#A86F70

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

Shades of Turkish Rose #A86F70

Tints of Turkish Rose #A86F70

Color information

#A86F70 (or 0xA86F70) is unknown color: approx Turkish Rose. HEX triplet: A8, 6F and 70. RGB value is (168,111,112). Sum of RGB (Red+Green+Blue) = 168+111+112=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F70 is #57908F. Grayscale: #808080. Windows color (decimal): -5738640 or 7368616. OLE color: 7368616.

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

Color convert

RGB168111112-
CMYK00.340.330.34
HSL358.95º24.68%54.71%-
HSV(B)358.95º33.93%65.88%-
XYZ24.7620.8618.05-
YUV128.16118.88156.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=42.97%
G=28.39%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811111200.340.330.34358.9524.6854.71
HexA86F7002221221671937
Octal25015716004241425473167
Binary1010100011011111110000010001010000110001010110011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F70; }

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

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

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

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

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

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

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

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