#AB3967

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

Shades of Rouge #AB3967

Tints of Rouge #AB3967

Color information

#AB3967 (or 0xAB3967) is unknown color: approx Rouge. HEX triplet: AB, 39 and 67. RGB value is (171,57,103). Sum of RGB (Red+Green+Blue) = 171+57+103=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3967 is #54C698. Grayscale: #606060. Windows color (decimal): -5555865 or 6764971. OLE color: 6764971.

HSL color Cylindrical-coordinate representation of color #AB3967: hue angle of 335.79º degrees, saturation: 0.5, 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 #AB3967 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB17157103-
CMYK00.670.400.33
HSL335.79º50%44.71%-
HSV(B)335.79º66.67%67.06%-
XYZ20.7112.5614.17-
YUV96.33131.77181.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.66%
GREEN value IS 57 (22.66% from 255) = 17.22%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=51.66%
G=17.22%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715710300.670.400.33335.795044.71
HexAB39670432821150322d
Octal25371147010350415206255
Binary10101011111001110011101000011101000100001101010000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3967; }

 p { color: rgb(171,57,103); }

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

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

 a { background-color: rgb(171,57,103); }

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

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

 span { border-color: rgb(171,57,103); }

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