#A76976

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

Shades of Turkish Rose #A76976

Tints of Turkish Rose #A76976

Color information

#A76976 (or 0xA76976) is unknown color: approx Turkish Rose. HEX triplet: A7, 69 and 76. RGB value is (167,105,118). Sum of RGB (Red+Green+Blue) = 167+105+118=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 118 (46.48% from 255 or 30.26% from 390); Max value from RGB is 167 - color contains mainly: red. Hex color #A76976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76976 is #589689. Grayscale: #7D7D7D. Windows color (decimal): -5805706 or 7760295. OLE color: 7760295.

HSL color Cylindrical-coordinate representation of color #A76976: hue angle of 347.42º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A76976 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB167105118-
CMYK00.370.290.35
HSL347.42º26.05%53.33%-
HSV(B)347.42º37.13%65.49%-
XYZ24.2619.6319.65-
YUV125.02124.04157.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.82%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 118 (46.48% from 255) = 30.26%
R=42.82%
G=26.92%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710511800.370.290.35347.4226.0553.33
HexA769760251D2315b1a35
Octal24715116604535435333265
Binary101001111101001111011001001011110110001110101101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76976; }

 p { color: rgb(167,105,118); }

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

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

 a { background-color: rgb(167,105,118); }

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

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

 span { border-color: rgb(167,105,118); }

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