#A08586

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

Shades of Turkish Rose #A08586

Tints of Turkish Rose #A08586

Color information

#A08586 (or 0xA08586) is unknown color: approx Turkish Rose. HEX triplet: A0, 85 and 86. RGB value is (160,133,134). Sum of RGB (Red+Green+Blue) = 160+133+134=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 160 - color contains mainly: red. Hex color #A08586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08586 is #5F7A79. Grayscale: #8D8D8D. Windows color (decimal): -6257274 or 8816032. OLE color: 8816032.

HSL color Cylindrical-coordinate representation of color #A08586: hue angle of 357.78º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A08586 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB160133134-
CMYK00.170.160.37
HSL357.78º12.44%57.45%-
HSV(B)357.78º16.88%62.75%-
XYZ27.1925.9726.13-
YUV141.19123.95141.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 133 (52.34% from 255) = 31.15%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=37.47%
G=31.15%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013313400.170.160.37357.7812.4457.45
HexA085860111025166c39
Octal24020520602120455461471
Binary101000001000010110000110010001100001001011011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08586; }

 p { color: rgb(160,133,134); }

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

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

 a { background-color: rgb(160,133,134); }

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

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

 span { border-color: rgb(160,133,134); }

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