#AA8482

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

Shades of Brandy Rose #AA8482

Tints of Brandy Rose #AA8482

Color information

#AA8482 (or 0xAA8482) is unknown color: approx Brandy Rose. HEX triplet: AA, 84 and 82. RGB value is (170,132,130). Sum of RGB (Red+Green+Blue) = 170+132+130=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8482 is #557B7D. Grayscale: #8F8F8F. Windows color (decimal): -5602174 or 8553642. OLE color: 8553642.

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

Color convert

RGB170132130-
CMYK00.220.240.33
HSL19.05%58.82%-
HSV(B)23.53%66.67%-
XYZ28.8626.6624.74-
YUV143.13120.59147.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 132 (51.95% from 255) = 30.56%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=39.35%
G=30.56%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013213000.220.240.33319.0558.82
HexAA848201618213133b
Octal252204202026304132373
Binary101010101000010010000010010110110001000011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8482; }

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

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

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

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

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

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

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

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