#A86E79

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

Shades of Turkish Rose #A86E79

Tints of Turkish Rose #A86E79

Color information

#A86E79 (or 0xA86E79) is unknown color: approx Turkish Rose. HEX triplet: A8, 6E and 79. RGB value is (168,110,121). Sum of RGB (Red+Green+Blue) = 168+110+121=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E79 is #579186. Grayscale: #808080. Windows color (decimal): -5738887 or 7958184. OLE color: 7958184.

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

Color convert

RGB168110121-
CMYK00.350.280.34
HSL348.62º25%54.51%-
HSV(B)348.62º34.52%65.88%-
XYZ25.1820.8620.79-
YUV128.6123.72156.11-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 110 (43.36% from 255) = 27.57%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=42.11%
G=27.57%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811012100.350.280.34348.622554.51
HexA86E790231C2215d1937
Octal25015617104334425353167
Binary101010001101110111100101000111110010001010101110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E79; }

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

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

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

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

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

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

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

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