#A86F73

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

Shades of Turkish Rose #A86F73

Tints of Turkish Rose #A86F73

Color information

#A86F73 (or 0xA86F73) is unknown color: approx Turkish Rose. HEX triplet: A8, 6F and 73. RGB value is (168,111,115). Sum of RGB (Red+Green+Blue) = 168+111+115=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 168 - color contains mainly: red. Hex color #A86F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A86F73 is #57908C. Grayscale: #808080. Windows color (decimal): -5738637 or 7565224. OLE color: 7565224.

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

Color convert

RGB168111115-
CMYK00.340.320.34
HSL355.79º24.68%54.71%-
HSV(B)355.79º33.93%65.88%-
XYZ24.9320.9318.95-
YUV128.5120.38156.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.64%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 115 (45.31% from 255) = 29.19%
R=42.64%
G=28.17%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811111500.340.320.34355.7924.6854.71
HexA86F7302220221641937
Octal25015716304240425443167
Binary1010100011011111110011010001010000010001010110010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86F73; }

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

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

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

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

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

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

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

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