#A97477

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

Shades of Turkish Rose #A97477

Tints of Turkish Rose #A97477

Color information

#A97477 (or 0xA97477) is unknown color: approx Turkish Rose. HEX triplet: A9, 74 and 77. RGB value is (169,116,119). Sum of RGB (Red+Green+Blue) = 169+116+119=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 169 - color contains mainly: red. Hex color #A97477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97477 is #568B88. Grayscale: #848484. Windows color (decimal): -5671817 or 7828649. OLE color: 7828649.

HSL color Cylindrical-coordinate representation of color #A97477: hue angle of 356.6º 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 #A97477 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB169116119-
CMYK00.310.300.34
HSL356.6º23.56%55.88%-
HSV(B)356.6º31.36%66.27%-
XYZ25.9422.2620.38-
YUV132.19120.56154.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.83%
GREEN value IS 116 (45.70% from 255) = 28.71%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=41.83%
G=28.71%
B=29.46%

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
Decimal16911611900.310.300.34356.623.5655.88
HexA9747701F1E221651838
Octal25116416703736425453070
Binary10101001111010011101110111111111010001010110010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A97477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A97477; }

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

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

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

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

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

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

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

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