#A86F76

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

Shades of Turkish Rose #A86F76

Tints of Turkish Rose #A86F76

Color information

#A86F76 (or 0xA86F76) is unknown color: approx Turkish Rose. HEX triplet: A8, 6F and 76. RGB value is (168,111,118). Sum of RGB (Red+Green+Blue) = 168+111+118=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F76 is #579089. Grayscale: #808080. Windows color (decimal): -5738634 or 7761832. OLE color: 7761832.

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

Color convert

RGB168111118-
CMYK00.340.300.34
HSL352.63º24.68%54.71%-
HSV(B)352.63º33.93%65.88%-
XYZ25.12119.87-
YUV128.84121.88155.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=42.32%
G=27.96%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811111800.340.300.34352.6324.6854.71
HexA86F760221E221611937
Octal25015716604236425413167
Binary101010001101111111011001000101111010001010110000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F76; }

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

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

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

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

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

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

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

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