#A96870

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

Shades of Turkish Rose #A96870

Tints of Turkish Rose #A96870

Color information

#A96870 (or 0xA96870) is unknown color: approx Turkish Rose. HEX triplet: A9, 68 and 70. RGB value is (169,104,112). Sum of RGB (Red+Green+Blue) = 169+104+112=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A96870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96870 is #56978F. Grayscale: #7C7C7C. Windows color (decimal): -5674896 or 7366825. OLE color: 7366825.

HSL color Cylindrical-coordinate representation of color #A96870: hue angle of 352.62º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A96870 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB169104112-
CMYK00.380.340.34
HSL352.62º27.43%53.53%-
HSV(B)352.62º38.46%66.27%-
XYZ24.2419.5117.82-
YUV124.35121.03159.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=43.90%
G=27.01%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16910411200.380.340.34352.6227.4353.53
HexA9687002622221611b36
Octal25115016004642425413366
Binary1010100111010001110000010011010001010001010110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96870; }

 p { color: rgb(169,104,112); }

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

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

 a { background-color: rgb(169,104,112); }

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

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

 span { border-color: rgb(169,104,112); }

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