#AA8687

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

Shades of Turkish Rose #AA8687

Tints of Turkish Rose #AA8687

Color information

#AA8687 (or 0xAA8687) is unknown color: approx Turkish Rose. HEX triplet: AA, 86 and 87. RGB value is (170,134,135). Sum of RGB (Red+Green+Blue) = 170+134+135=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8687 is #557978. Grayscale: #909090. Windows color (decimal): -5601657 or 8881834. OLE color: 8881834.

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

Color convert

RGB170134135-
CMYK00.210.210.33
HSL358.33º17.48%59.61%-
HSV(B)358.33º21.18%66.67%-
XYZ29.4827.3526.65-
YUV144.88122.43145.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 134 (52.73% from 255) = 30.52%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=38.72%
G=30.52%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013413500.210.210.33358.3317.4859.61
HexAA86870151521166113c
Octal25220620702525415462174
Binary1010101010000110100001110101011010110000110110011010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8687; }

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

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

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

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

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

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

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

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