#A76979

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

Shades of Turkish Rose #A76979

Tints of Turkish Rose #A76979

Color information

#A76979 (or 0xA76979) is unknown color: approx Turkish Rose. HEX triplet: A7, 69 and 79. RGB value is (167,105,121). Sum of RGB (Red+Green+Blue) = 167+105+121=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 167 - color contains mainly: red. Hex color #A76979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76979 is #589686. Grayscale: #7D7D7D. Windows color (decimal): -5805703 or 7956903. OLE color: 7956903.

HSL color Cylindrical-coordinate representation of color #A76979: hue angle of 344.52º 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 #A76979 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB167105121-
CMYK00.370.280.35
HSL344.52º26.05%53.33%-
HSV(B)344.52º37.13%65.49%-
XYZ24.4419.720.6-
YUV125.36125.54157.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 105 (41.41% from 255) = 26.72%
BLUE value IS 121 (47.66% from 255) = 30.79%
R=42.49%
G=26.72%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710512100.370.280.35344.5226.0553.33
HexA769790251C231591a35
Octal24715117104534435313265
Binary101001111101001111100101001011110010001110101100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76979; }

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

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

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

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

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

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

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

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