#A08687

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

Shades of Turkish Rose #A08687

Tints of Turkish Rose #A08687

Color information

#A08687 (or 0xA08687) is unknown color: approx Turkish Rose. HEX triplet: A0, 86 and 87. RGB value is (160,134,135). Sum of RGB (Red+Green+Blue) = 160+134+135=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 135 (53.12% from 255 or 31.47% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A08687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08687 is #5F7978. Grayscale: #8D8D8D. Windows color (decimal): -6257017 or 8881824. OLE color: 8881824.

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

Color convert

RGB160134135-
CMYK00.160.160.37
HSL357.69º12.04%57.65%-
HSV(B)357.69º16.25%62.75%-
XYZ27.426.2726.55-
YUV141.89124.11140.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 135 (53.12% from 255) = 31.47%
R=37.30%
G=31.24%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16013413500.160.160.37357.6912.0457.65
HexA086870101025166c3a
Octal24020620702020455461472
Binary101000001000011010000111010000100001001011011001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08687; }

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

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

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

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

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

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

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

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