#A96E72

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

Shades of Turkish Rose #A96E72

Tints of Turkish Rose #A96E72

Color information

#A96E72 (or 0xA96E72) is unknown color: approx Turkish Rose. HEX triplet: A9, 6E and 72. RGB value is (169,110,114). Sum of RGB (Red+Green+Blue) = 169+110+114=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 110 (43.36% from 255 or 27.99% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E72 is #56918D. Grayscale: #808080. Windows color (decimal): -5673358 or 7499433. OLE color: 7499433.

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

Color convert

RGB169110114-
CMYK00.350.330.34
HSL355.93º25.54%54.71%-
HSV(B)355.93º34.91%66.27%-
XYZ24.9820.818.62-
YUV128.1120.05157.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 110 (43.36% from 255) = 27.99%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=43.00%
G=27.99%
B=29.01%

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
Decimal16911011400.350.330.34355.9325.5454.71
HexA96E7202321221641a37
Octal25115616204341425443267
Binary1010100111011101110010010001110000110001010110010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E72; }

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

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

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

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

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

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

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

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