#AAA552

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

Shades of Brass #AAA552

Tints of Brass #AAA552

Color information

#AAA552 (or 0xAAA552) is unknown color: approx Brass. HEX triplet: AA, A5 and 52. RGB value is (170,165,82). Sum of RGB (Red+Green+Blue) = 170+165+82=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 82 (32.42% from 255 or 19.66% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA552 is #555AAD. Grayscale: #9D9D9D. Windows color (decimal): -5593774 or 5416362. OLE color: 5416362.

HSL color Cylindrical-coordinate representation of color #AAA552: hue angle of 56.59º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AAA552 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17016582-
CMYK00.030.520.33
HSL56.59º34.92%49.41%-
HSV(B)56.59º51.76%66.67%-
XYZ31.5636.0713.28-
YUV157.0385.66137.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 82 (32.42% from 255) = 19.66%
R=40.77%
G=39.57%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701658200.030.520.3356.5934.9249.41
HexAAA552033421392331
Octal252245122036441714361
Binary10101010101001011010010011110100100001111001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA552; }

 p { color: rgb(170,165,82); }

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

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

 a { background-color: rgb(170,165,82); }

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

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

 span { border-color: rgb(170,165,82); }

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