#A96A70

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

Shades of Turkish Rose #A96A70

Tints of Turkish Rose #A96A70

Color information

#A96A70 (or 0xA96A70) is unknown color: approx Turkish Rose. HEX triplet: A9, 6A and 70. RGB value is (169,106,112). Sum of RGB (Red+Green+Blue) = 169+106+112=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96A70 is #56958F. Grayscale: #7D7D7D. Windows color (decimal): -5674384 or 7367337. OLE color: 7367337.

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

Color convert

RGB169106112-
CMYK00.370.340.34
HSL354.29º26.81%53.92%-
HSV(B)354.29º37.28%66.27%-
XYZ24.4419.9117.88-
YUV125.52120.37159.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 112 (44.14% from 255) = 28.94%
R=43.67%
G=27.39%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910611200.370.340.34354.2926.8153.92
HexA96A7002522221621b36
Octal25115216004542425423366
Binary1010100111010101110000010010110001010001010110001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96A70; }

 p { color: rgb(169,106,112); }

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

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

 a { background-color: rgb(169,106,112); }

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

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

 span { border-color: rgb(169,106,112); }

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