#AB3962

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

Shades of Rouge #AB3962

Tints of Rouge #AB3962

Color information

#AB3962 (or 0xAB3962) is unknown color: approx Rouge. HEX triplet: AB, 39 and 62. RGB value is (171,57,98). Sum of RGB (Red+Green+Blue) = 171+57+98=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3962 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3962 is #54C69D. Grayscale: #5F5F5F. Windows color (decimal): -5555870 or 6437291. OLE color: 6437291.

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

Color convert

RGB1715798-
CMYK00.670.430.33
HSL338.42º50%44.71%-
HSV(B)338.42º66.67%67.06%-
XYZ20.4612.4712.88-
YUV95.76129.27181.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.45%
GREEN value IS 57 (22.66% from 255) = 17.48%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=52.45%
G=17.48%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171579800.670.430.33338.425044.71
HexAB39620432B21152322d
Octal25371142010353415226255
Binary10101011111001110001001000011101011100001101010010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3962; }

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

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

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

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

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

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

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

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