#A76E72

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

Shades of Turkish Rose #A76E72

Tints of Turkish Rose #A76E72

Color information

#A76E72 (or 0xA76E72) is unknown color: approx Turkish Rose. HEX triplet: A7, 6E and 72. RGB value is (167,110,114). Sum of RGB (Red+Green+Blue) = 167+110+114=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A76E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76E72 is #58918D. Grayscale: #7F7F7F. Windows color (decimal): -5804430 or 7499431. OLE color: 7499431.

HSL color Cylindrical-coordinate representation of color #A76E72: hue angle of 355.79º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A76E72 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB167110114-
CMYK00.340.320.35
HSL355.79º24.46%54.31%-
HSV(B)355.79º34.13%65.49%-
XYZ24.5520.5818.6-
YUV127.5120.38156.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 110 (43.36% from 255) = 28.13%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=42.71%
G=28.13%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711011400.340.320.35355.7924.4654.31
HexA76E7202220231641836
Octal24715616204240435443066
Binary1010011111011101110010010001010000010001110110010011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76E72; }

 p { color: rgb(167,110,114); }

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

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

 a { background-color: rgb(167,110,114); }

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

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

 span { border-color: rgb(167,110,114); }

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