#AAA53B

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

Shades of Brass #AAA53B

Tints of Brass #AAA53B

Color information

#AAA53B (or 0xAAA53B) is unknown color: approx Brass. HEX triplet: AA, A5 and 3B. RGB value is (170,165,59). Sum of RGB (Red+Green+Blue) = 170+165+59=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA53B is #555AC4. Grayscale: #9A9A9A. Windows color (decimal): -5593797 or 3909034. OLE color: 3909034.

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

Color convert

RGB17016559-
CMYK00.030.650.33
HSL57.3º48.47%44.9%-
HSV(B)57.3º65.29%66.67%-
XYZ30.8235.779.42-
YUV154.4174.16139.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 59 (23.44% from 255) = 14.97%
R=43.15%
G=41.88%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701655900.030.650.3357.348.4744.9
HexAAA53B03412139302d
Octal252245730310141716055
Binary10101010101001011110110111000001100001111001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA53B; }

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

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

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

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

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

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

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

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