#AB7576

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

Shades of Turkish Rose #AB7576

Tints of Turkish Rose #AB7576

Color information

#AB7576 (or 0xAB7576) is unknown color: approx Turkish Rose. HEX triplet: AB, 75 and 76. RGB value is (171,117,118). Sum of RGB (Red+Green+Blue) = 171+117+118=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7576 is #548A89. Grayscale: #858585. Windows color (decimal): -5540490 or 7763371. OLE color: 7763371.

HSL color Cylindrical-coordinate representation of color #AB7576: hue angle of 358.89º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7576 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB171117118-
CMYK00.320.310.33
HSL358.89º24.32%56.47%-
HSV(B)358.89º31.58%67.06%-
XYZ26.4322.6920.13-
YUV133.26119.39154.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 118 (46.48% from 255) = 29.06%
R=42.12%
G=28.82%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111711800.320.310.33358.8924.3256.47
HexAB75760201F211671838
Octal25316516604037415473070
Binary101010111110101111011001000001111110000110110011111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7576; }

 p { color: rgb(171,117,118); }

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

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

 a { background-color: rgb(171,117,118); }

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

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

 span { border-color: rgb(171,117,118); }

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