#A97476

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

Shades of Turkish Rose #A97476

Tints of Turkish Rose #A97476

Color information

#A97476 (or 0xA97476) is unknown color: approx Turkish Rose. HEX triplet: A9, 74 and 76. RGB value is (169,116,118). Sum of RGB (Red+Green+Blue) = 169+116+118=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A97476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97476 is #568B89. Grayscale: #848484. Windows color (decimal): -5671818 or 7763113. OLE color: 7763113.

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

Color convert

RGB169116118-
CMYK00.310.300.34
HSL357.74º23.56%55.88%-
HSV(B)357.74º31.36%66.27%-
XYZ25.8822.2320.07-
YUV132.07120.06154.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.94%
GREEN value IS 116 (45.70% from 255) = 28.78%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=41.94%
G=28.78%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911611800.310.300.34357.7423.5655.88
HexA9747601F1E221661838
Octal25116416603736425463070
Binary10101001111010011101100111111111010001010110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97476; }

 p { color: rgb(169,116,118); }

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

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

 a { background-color: rgb(169,116,118); }

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

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

 span { border-color: rgb(169,116,118); }

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