#AB3961

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

Shades of Rouge #AB3961

Tints of Rouge #AB3961

Color information

#AB3961 (or 0xAB3961) is unknown color: approx Rouge. HEX triplet: AB, 39 and 61. RGB value is (171,57,97). Sum of RGB (Red+Green+Blue) = 171+57+97=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3961 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3961 is #54C69E. Grayscale: #5F5F5F. Windows color (decimal): -5555871 or 6371755. OLE color: 6371755.

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

Color convert

RGB1715797-
CMYK00.670.430.33
HSL338.95º50%44.71%-
HSV(B)338.95º66.67%67.06%-
XYZ20.4212.4512.64-
YUV95.65128.77181.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.62%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=52.62%
G=17.54%
B=29.85%

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
Decimal171579700.670.430.33338.955044.71
HexAB39610432B21153322d
Octal25371141010353415236255
Binary10101011111001110000101000011101011100001101010011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3961; }

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

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

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

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

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

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

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

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