#A96E71

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

Shades of Turkish Rose #A96E71

Tints of Turkish Rose #A96E71

Color information

#A96E71 (or 0xA96E71) is unknown color: approx Turkish Rose. HEX triplet: A9, 6E and 71. RGB value is (169,110,113). Sum of RGB (Red+Green+Blue) = 169+110+113=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E71 is #56918E. Grayscale: #808080. Windows color (decimal): -5673359 or 7433897. OLE color: 7433897.

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

Color convert

RGB169110113-
CMYK00.350.330.34
HSL356.95º25.54%54.71%-
HSV(B)356.95º34.91%66.27%-
XYZ24.9220.7818.32-
YUV127.98119.55157.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=43.11%
G=28.06%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911011300.350.330.34356.9525.5454.71
HexA96E7102321221651a37
Octal25115616104341425453267
Binary1010100111011101110001010001110000110001010110010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E71; }

 p { color: rgb(169,110,113); }

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

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

 a { background-color: rgb(169,110,113); }

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

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

 span { border-color: rgb(169,110,113); }

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