#AB4162

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

Shades of Rouge #AB4162

Tints of Rouge #AB4162

Color information

#AB4162 (or 0xAB4162) is unknown color: approx Rouge. HEX triplet: AB, 41 and 62. RGB value is (171,65,98). Sum of RGB (Red+Green+Blue) = 171+65+98=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4162 is #54BE9D. Grayscale: #646464. Windows color (decimal): -5553822 or 6439339. OLE color: 6439339.

HSL color Cylindrical-coordinate representation of color #AB4162: hue angle of 341.32º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4162 is Cyan = 0, Magento = 0.62, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1716598-
CMYK00.620.430.33
HSL341.32º44.92%46.27%-
HSV(B)341.32º61.99%67.06%-
XYZ20.8913.3213.03-
YUV100.46126.62178.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 65 (25.78% from 255) = 19.46%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=51.20%
G=19.46%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171659800.620.430.33341.3244.9246.27
HexAB416203E2B211552d2e
Octal25310114207653415255556
Binary10101011100000111000100111110101011100001101010101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4162; }

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

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

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

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

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

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

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

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