#A96E79

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

Shades of Turkish Rose #A96E79

Tints of Turkish Rose #A96E79

Color information

#A96E79 (or 0xA96E79) is unknown color: approx Turkish Rose. HEX triplet: A9, 6E and 79. RGB value is (169,110,121). Sum of RGB (Red+Green+Blue) = 169+110+121=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E79 is #569186. Grayscale: #808080. Windows color (decimal): -5673351 or 7958185. OLE color: 7958185.

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

Color convert

RGB169110121-
CMYK00.350.280.34
HSL348.81º25.54%54.71%-
HSV(B)348.81º34.91%66.27%-
XYZ25.3920.9720.8-
YUV128.9123.55156.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.25%
GREEN value IS 110 (43.36% from 255) = 27.5%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=42.25%
G=27.5%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911012100.350.280.34348.8125.5454.71
HexA96E790231C2215d1a37
Octal25115617104334425353267
Binary101010011101110111100101000111110010001010101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E79; }

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

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

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

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

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

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

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

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