#AA8586

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

Shades of Turkish Rose #AA8586

Tints of Turkish Rose #AA8586

Color information

#AA8586 (or 0xAA8586) is unknown color: approx Turkish Rose. HEX triplet: AA, 85 and 86. RGB value is (170,133,134). Sum of RGB (Red+Green+Blue) = 170+133+134=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8586 is #557A79. Grayscale: #909090. Windows color (decimal): -5601914 or 8816042. OLE color: 8816042.

HSL color Cylindrical-coordinate representation of color #AA8586: hue angle of 358.38º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA8586 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB170133134-
CMYK00.220.210.33
HSL358.38º17.87%59.41%-
HSV(B)358.38º21.76%66.67%-
XYZ29.2727.0426.23-
YUV144.18122.26146.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 133 (52.34% from 255) = 30.43%
BLUE value IS 134 (52.73% from 255) = 30.66%
R=38.90%
G=30.43%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013313400.220.210.33358.3817.8759.41
HexAA85860161521166123b
Octal25220520602625415462273
Binary1010101010000101100001100101101010110000110110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8586; }

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

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

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

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

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

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

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

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