#AB3860

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

Shades of Rouge #AB3860

Tints of Rouge #AB3860

Color information

#AB3860 (or 0xAB3860) is unknown color: approx Rouge. HEX triplet: AB, 38 and 60. RGB value is (171,56,96). Sum of RGB (Red+Green+Blue) = 171+56+96=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3860 is #54C79F. Grayscale: #5E5E5E. Windows color (decimal): -5556128 or 6305963. OLE color: 6305963.

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

Color convert

RGB1715696-
CMYK00.670.440.33
HSL339.13º50.66%44.51%-
HSV(B)339.13º67.25%67.06%-
XYZ20.3212.3312.38-
YUV94.94128.6182.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=52.94%
G=17.34%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171569600.670.440.33339.1350.6644.51
HexAB38600432C21153332d
Octal25370140010354415236355
Binary10101011111000110000001000011101100100001101010011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3860; }

 p { color: rgb(171,56,96); }

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

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

 a { background-color: rgb(171,56,96); }

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

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

 span { border-color: rgb(171,56,96); }

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