#AB4261

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

Shades of Rouge #AB4261

Tints of Rouge #AB4261

Color information

#AB4261 (or 0xAB4261) is unknown color: approx Rouge. HEX triplet: AB, 42 and 61. RGB value is (171,66,97). Sum of RGB (Red+Green+Blue) = 171+66+97=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB4261 is #54BD9E. Grayscale: #646464. Windows color (decimal): -5553567 or 6374059. OLE color: 6374059.

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

Color convert

RGB1716697-
CMYK00.610.430.33
HSL342.29º44.3%46.47%-
HSV(B)342.29º61.4%67.06%-
XYZ20.913.4212.8-
YUV100.93125.79177.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 66 (26.17% from 255) = 19.76%
BLUE value IS 97 (38.28% from 255) = 29.04%
R=51.20%
G=19.76%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171669700.610.430.33342.2944.346.47
HexAB426103D2B211562c2e
Octal25310214107553415265456
Binary10101011100001011000010111101101011100001101010110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4261; }

 p { color: rgb(171,66,97); }

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

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

 a { background-color: rgb(171,66,97); }

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

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

 span { border-color: rgb(171,66,97); }

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