#A96D7C

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

Shades of Turkish Rose #A96D7C

Tints of Turkish Rose #A96D7C

Color information

#A96D7C (or 0xA96D7C) is unknown color: approx Turkish Rose. HEX triplet: A9, 6D and 7C. RGB value is (169,109,124). Sum of RGB (Red+Green+Blue) = 169+109+124=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 169 - color contains mainly: red. Hex color #A96D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96D7C is #569283. Grayscale: #808080. Windows color (decimal): -5673604 or 8154537. OLE color: 8154537.

HSL color Cylindrical-coordinate representation of color #A96D7C: hue angle of 345º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A96D7C is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB169109124-
CMYK00.360.270.34
HSL345º25.86%54.51%-
HSV(B)345º35.5%66.27%-
XYZ25.4720.8321.75-
YUV128.65125.38156.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.04%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=42.04%
G=27.11%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910912400.360.270.3434525.8654.51
HexA96D7C0241B221591a37
Octal25115517404433425313267
Binary101010011101101111110001001001101110001010101100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96D7C; }

 p { color: rgb(169,109,124); }

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

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

 a { background-color: rgb(169,109,124); }

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

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

 span { border-color: rgb(169,109,124); }

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