#A86E74

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

Shades of Turkish Rose #A86E74

Tints of Turkish Rose #A86E74

Color information

#A86E74 (or 0xA86E74) is unknown color: approx Turkish Rose. HEX triplet: A8, 6E and 74. RGB value is (168,110,116). Sum of RGB (Red+Green+Blue) = 168+110+116=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86E74 is #57918B. Grayscale: #808080. Windows color (decimal): -5738892 or 7630504. OLE color: 7630504.

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

Color convert

RGB168110116-
CMYK00.350.310.34
HSL353.79º25%54.51%-
HSV(B)353.79º34.52%65.88%-
XYZ24.8820.7419.21-
YUV128.03121.22156.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 110 (43.36% from 255) = 27.92%
BLUE value IS 116 (45.70% from 255) = 29.44%
R=42.64%
G=27.92%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811011600.350.310.34353.792554.51
HexA86E740231F221621937
Octal25015616404337425423167
Binary101010001101110111010001000111111110001010110001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E74; }

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

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

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

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

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

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

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

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