#A96E78

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

Shades of Turkish Rose #A96E78

Tints of Turkish Rose #A96E78

Color information

#A96E78 (or 0xA96E78) is unknown color: approx Turkish Rose. HEX triplet: A9, 6E and 78. RGB value is (169,110,120). Sum of RGB (Red+Green+Blue) = 169+110+120=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 169 - color contains mainly: red. Hex color #A96E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96E78 is #569187. Grayscale: #808080. Windows color (decimal): -5673352 or 7892649. OLE color: 7892649.

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

Color convert

RGB169110120-
CMYK00.350.290.34
HSL349.83º25.54%54.71%-
HSV(B)349.83º34.91%66.27%-
XYZ25.3320.9420.48-
YUV128.78123.05156.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.36%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 120 (47.27% from 255) = 30.08%
R=42.36%
G=27.57%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16911012000.350.290.34349.8325.5454.71
HexA96E780231D2215e1a37
Octal25115617004335425363267
Binary101010011101110111100001000111110110001010101111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96E78; }

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

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

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

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

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

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

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

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