#A86E7C

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

Shades of Turkish Rose #A86E7C

Tints of Turkish Rose #A86E7C

Color information

#A86E7C (or 0xA86E7C) is unknown color: approx Turkish Rose. HEX triplet: A8, 6E and 7C. RGB value is (168,110,124). Sum of RGB (Red+Green+Blue) = 168+110+124=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E7C is #579183. Grayscale: #808080. Windows color (decimal): -5738884 or 8154792. OLE color: 8154792.

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

Color convert

RGB168110124-
CMYK00.350.260.34
HSL345.52º25%54.51%-
HSV(B)345.52º34.52%65.88%-
XYZ25.3620.9321.77-
YUV128.94125.22155.86-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.79%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 124 (48.83% from 255) = 30.85%
R=41.79%
G=27.36%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811012400.350.260.34345.522554.51
HexA86E7C0231A2215a1937
Octal25015617404332425323167
Binary101010001101110111110001000111101010001010101101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E7C; }

 p { color: rgb(168,110,124); }

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

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

 a { background-color: rgb(168,110,124); }

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

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

 span { border-color: rgb(168,110,124); }

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