#AA8485

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

Shades of Turkish Rose #AA8485

Tints of Turkish Rose #AA8485

Color information

#AA8485 (or 0xAA8485) is unknown color: approx Turkish Rose. HEX triplet: AA, 84 and 85. RGB value is (170,132,133). Sum of RGB (Red+Green+Blue) = 170+132+133=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8485 is #557B7A. Grayscale: #8F8F8F. Windows color (decimal): -5602171 or 8750250. OLE color: 8750250.

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

Color convert

RGB170132133-
CMYK00.220.220.33
HSL358.42º18.27%59.22%-
HSV(B)358.42º22.35%66.67%-
XYZ29.0626.7425.82-
YUV143.48122.09146.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 132 (51.95% from 255) = 30.34%
BLUE value IS 133 (52.34% from 255) = 30.57%
R=39.08%
G=30.34%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013213300.220.220.33358.4218.2759.22
HexAA84850161621166123b
Octal25220420502626415462273
Binary1010101010000100100001010101101011010000110110011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8485; }

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

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

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

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

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

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

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

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