#A97677

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

Shades of Turkish Rose #A97677

Tints of Turkish Rose #A97677

Color information

#A97677 (or 0xA97677) is unknown color: approx Turkish Rose. HEX triplet: A9, 76 and 77. RGB value is (169,118,119). Sum of RGB (Red+Green+Blue) = 169+118+119=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 169 - color contains mainly: red. Hex color #A97677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97677 is #568988. Grayscale: #858585. Windows color (decimal): -5671305 or 7829161. OLE color: 7829161.

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

Color convert

RGB169118119-
CMYK00.300.300.34
HSL358.82º22.87%56.27%-
HSV(B)358.82º30.18%66.27%-
XYZ26.1722.7220.46-
YUV133.36119.9153.42-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 119 (46.88% from 255) = 29.31%
R=41.63%
G=29.06%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911811900.300.300.34358.8222.8756.27
HexA9767701E1E221671738
Octal25116616703636425472770
Binary10101001111011011101110111101111010001010110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97677; }

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

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

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

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

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

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

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

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