#AB456D

Color #AB456D Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AB456D

Tints of Rouge #AB456D

Color information

#AB456D (or 0xAB456D) is unknown color: approx Rouge. HEX triplet: AB, 45 and 6D. RGB value is (171,69,109). Sum of RGB (Red+Green+Blue) = 171+69+109=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 69 (27.34% from 255 or 19.77% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB456D is #54BA92. Grayscale: #676767. Windows color (decimal): -5552787 or 7161259. OLE color: 7161259.

HSL color Cylindrical-coordinate representation of color #AB456D: hue angle of 336.47º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB456D is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17169109-
CMYK00.600.360.33
HSL336.47º42.5%47.06%-
HSV(B)336.47º59.65%67.06%-
XYZ21.6814.0216.03-
YUV104.06130.79175.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 49.00%
GREEN value IS 69 (27.34% from 255) = 19.77%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=49.00%
G=19.77%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716910900.600.360.33336.4742.547.06
HexAB456D03C24211502a2f
Octal25310515507444415205257
Binary10101011100010111011010111100100100100001101010000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB456D; }

 p { color: rgb(171,69,109); }

 H1.HeaderClassName
 {
   color: #AB456D;
 }
 .AnyTagClassName
 {
   color: #AB456D;
 }
</style>
background-color css

<style>
 a { background-color: #AB456D; }

 a { background-color: rgb(171,69,109); }

 div.DivClassName
 {
   background-color: #AB456D;
 }
 .BgClassName
 {
   background-color: #AB456D;
 }
</style>
border-color css

<style>
 span { border-color: #AB456D; }

 span { border-color: rgb(171,69,109); }

 td.TdClassName
 {
   border-color: #AB456D;
 }
 .TagClassName
 {
   border-color: #AB456D;
 }
</style>