#A96064

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

Shades of Turkish Rose #A96064

Tints of Turkish Rose #A96064

Color information

#A96064 (or 0xA96064) is unknown color: approx Turkish Rose. HEX triplet: A9, 60 and 64. RGB value is (169,96,100). Sum of RGB (Red+Green+Blue) = 169+96+100=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A96064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96064 is #569F9B. Grayscale: #767676. Windows color (decimal): -5676956 or 6578345. OLE color: 6578345.

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

Color convert

RGB16996100-
CMYK00.430.410.34
HSL356.71º29.8%51.96%-
HSV(B)356.71º43.2%66.27%-
XYZ22.8517.7214.27-
YUV118.28117.68164.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 100 (39.45% from 255) = 27.40%
R=46.30%
G=26.30%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699610000.430.410.34356.7129.851.96
HexA9606402B29221651e34
Octal25114014405351425453664
Binary1010100111000001100100010101110100110001010110010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96064; }

 p { color: rgb(169,96,100); }

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

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

 a { background-color: rgb(169,96,100); }

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

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

 span { border-color: rgb(169,96,100); }

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