#A86970

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

Shades of Turkish Rose #A86970

Tints of Turkish Rose #A86970

Color information

#A86970 (or 0xA86970) is unknown color: approx Turkish Rose. HEX triplet: A8, 69 and 70. RGB value is (168,105,112). Sum of RGB (Red+Green+Blue) = 168+105+112=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A86970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86970 is #57968F. Grayscale: #7C7C7C. Windows color (decimal): -5740176 or 7367080. OLE color: 7367080.

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

Color convert

RGB168105112-
CMYK00.380.330.34
HSL353.33º26.58%53.53%-
HSV(B)353.33º37.5%65.88%-
XYZ24.1219.617.84-
YUV124.64120.87158.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=43.64%
G=27.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810511200.380.330.34353.3326.5853.53
HexA8697002621221611b36
Octal25015116004641425413366
Binary1010100011010011110000010011010000110001010110000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86970; }

 p { color: rgb(168,105,112); }

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

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

 a { background-color: rgb(168,105,112); }

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

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

 span { border-color: rgb(168,105,112); }

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