#AA8182

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

Shades of Turkish Rose #AA8182

Tints of Turkish Rose #AA8182

Color information

#AA8182 (or 0xAA8182) is unknown color: approx Turkish Rose. HEX triplet: AA, 81 and 82. RGB value is (170,129,130). Sum of RGB (Red+Green+Blue) = 170+129+130=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8182 is #557E7D. Grayscale: #8D8D8D. Windows color (decimal): -5602942 or 8552874. OLE color: 8552874.

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

Color convert

RGB170129130-
CMYK00.240.240.33
HSL358.54º19.43%58.63%-
HSV(B)358.54º24.12%66.67%-
XYZ28.4625.8624.61-
YUV141.37121.58148.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.63%
GREEN value IS 129 (50.78% from 255) = 30.07%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=39.63%
G=30.07%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012913000.240.240.33358.5419.4358.63
HexAA81820181821167133b
Octal25220120203030415472373
Binary1010101010000001100000100110001100010000110110011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8182; }

 p { color: rgb(170,129,130); }

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

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

 a { background-color: rgb(170,129,130); }

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

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

 span { border-color: rgb(170,129,130); }

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