#AB366C

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

Shades of Rouge #AB366C

Tints of Rouge #AB366C

Color information

#AB366C (or 0xAB366C) is unknown color: approx Rouge. HEX triplet: AB, 36 and 6C. RGB value is (171,54,108). Sum of RGB (Red+Green+Blue) = 171+54+108=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB366C is #54C993. Grayscale: #5F5F5F. Windows color (decimal): -5556628 or 7091883. OLE color: 7091883.

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

Color convert

RGB17154108-
CMYK00.680.370.33
HSL332.31º52%44.12%-
HSV(B)332.31º68.42%67.06%-
XYZ20.8212.3815.48-
YUV95.14135.26182.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 54 (21.48% from 255) = 16.22%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=51.35%
G=16.22%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715410800.680.370.33332.315244.12
HexAB366C044252114c342c
Octal25366154010445415146454
Binary10101011110110110110001000100100101100001101001100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB366C; }

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

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

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

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

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

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

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

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