#AB4462

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

Shades of Rouge #AB4462

Tints of Rouge #AB4462

Color information

#AB4462 (or 0xAB4462) is unknown color: approx Rouge. HEX triplet: AB, 44 and 62. RGB value is (171,68,98). Sum of RGB (Red+Green+Blue) = 171+68+98=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4462 is #54BB9D. Grayscale: #666666. Windows color (decimal): -5553054 or 6440107. OLE color: 6440107.

HSL color Cylindrical-coordinate representation of color #AB4462: hue angle of 342.52º degrees, saturation: 0.43, 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 #AB4462 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1716898-
CMYK00.600.430.33
HSL342.52º43.1%46.86%-
HSV(B)342.52º60.23%67.06%-
XYZ21.0713.6713.08-
YUV102.22125.62177.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 98 (38.67% from 255) = 29.08%
R=50.74%
G=20.18%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171689800.600.430.33342.5243.146.86
HexAB446203C2B211572b2f
Octal25310414207453415275357
Binary10101011100010011000100111100101011100001101010111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4462; }

 p { color: rgb(171,68,98); }

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

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

 a { background-color: rgb(171,68,98); }

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

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

 span { border-color: rgb(171,68,98); }

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