#AB3969

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

Shades of Rouge #AB3969

Tints of Rouge #AB3969

Color information

#AB3969 (or 0xAB3969) is unknown color: approx Rouge. HEX triplet: AB, 39 and 69. RGB value is (171,57,105). Sum of RGB (Red+Green+Blue) = 171+57+105=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3969 is #54C696. Grayscale: #606060. Windows color (decimal): -5555863 or 6896043. OLE color: 6896043.

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

Color convert

RGB17157105-
CMYK00.670.390.33
HSL334.74º50%44.71%-
HSV(B)334.74º66.67%67.06%-
XYZ20.8112.614.7-
YUV96.56132.77181.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=51.35%
G=17.12%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1715710500.670.390.33334.745044.71
HexAB3969043272114f322d
Octal25371151010347415176255
Binary10101011111001110100101000011100111100001101001111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3969; }

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

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

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

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

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

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

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

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