#AAA539

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

Shades of Brass #AAA539

Tints of Brass #AAA539

Color information

#AAA539 (or 0xAAA539) is unknown color: approx Brass. HEX triplet: AA, A5 and 39. RGB value is (170,165,57). Sum of RGB (Red+Green+Blue) = 170+165+57=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA539 is #555AC6. Grayscale: #9A9A9A. Windows color (decimal): -5593799 or 3777962. OLE color: 3777962.

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

Color convert

RGB17016557-
CMYK00.030.660.33
HSL57.35º49.78%44.51%-
HSV(B)57.35º66.47%66.67%-
XYZ30.7735.759.15-
YUV154.1873.16139.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 57 (22.66% from 255) = 14.54%
R=43.37%
G=42.09%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701655700.030.660.3357.3549.7844.51
HexAAA53903422139322d
Octal252245710310241716255
Binary10101010101001011110010111000010100001111001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA539; }

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

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

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

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

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

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

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

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