#AA8587

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

Shades of Turkish Rose #AA8587

Tints of Turkish Rose #AA8587

Color information

#AA8587 (or 0xAA8587) is unknown color: approx Turkish Rose. HEX triplet: AA, 85 and 87. RGB value is (170,133,135). Sum of RGB (Red+Green+Blue) = 170+133+135=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8587 is #557A78. Grayscale: #909090. Windows color (decimal): -5601913 or 8881578. OLE color: 8881578.

HSL color Cylindrical-coordinate representation of color #AA8587: hue angle of 356.76º 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 #AA8587 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB170133135-
CMYK00.220.210.33
HSL356.76º17.87%59.41%-
HSV(B)356.76º21.76%66.67%-
XYZ29.3427.0726.6-
YUV144.29122.76146.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.81%
GREEN value IS 133 (52.34% from 255) = 30.37%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=38.81%
G=30.37%
B=30.82%

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
Decimal17013313500.220.210.33356.7617.8759.41
HexAA85870161521165123b
Octal25220520702625415452273
Binary1010101010000101100001110101101010110000110110010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8587; }

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

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

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

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

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

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

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

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