#AB366D

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

Shades of Rouge #AB366D

Tints of Rouge #AB366D

Color information

#AB366D (or 0xAB366D) is unknown color: approx Rouge. HEX triplet: AB, 36 and 6D. RGB value is (171,54,109). Sum of RGB (Red+Green+Blue) = 171+54+109=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB366D is #54C992. Grayscale: #5F5F5F. Windows color (decimal): -5556627 or 7157419. OLE color: 7157419.

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

Color convert

RGB17154109-
CMYK00.680.360.33
HSL331.79º52%44.12%-
HSV(B)331.79º68.42%67.06%-
XYZ20.8712.415.76-
YUV95.25135.76182.03-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=51.20%
G=16.17%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715410900.680.360.33331.795244.12
HexAB366D044242114c342c
Octal25366155010444415146454
Binary10101011110110110110101000100100100100001101001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB366D; }

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

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

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

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

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

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

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

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