#AB426E

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

Shades of Rouge #AB426E

Tints of Rouge #AB426E

Color information

#AB426E (or 0xAB426E) is unknown color: approx Rouge. HEX triplet: AB, 42 and 6E. RGB value is (171,66,110). Sum of RGB (Red+Green+Blue) = 171+66+110=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB426E is #54BD91. Grayscale: #666666. Windows color (decimal): -5553554 or 7226027. OLE color: 7226027.

HSL color Cylindrical-coordinate representation of color #AB426E: hue angle of 334.86º 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 #AB426E is Cyan = 0, Magento = 0.61, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17166110-
CMYK00.610.360.33
HSL334.86º44.3%46.47%-
HSV(B)334.86º61.4%67.06%-
XYZ21.5613.6816.26-
YUV102.41132.29176.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 66 (26.17% from 255) = 19.02%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=49.28%
G=19.02%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716611000.610.360.33334.8644.346.47
HexAB426E03D242114f2c2e
Octal25310215607544415175456
Binary10101011100001011011100111101100100100001101001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB426E; }

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

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

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

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

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

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

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

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