#AAA53A

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

Shades of Brass #AAA53A

Tints of Brass #AAA53A

Color information

#AAA53A (or 0xAAA53A) is unknown color: approx Brass. HEX triplet: AA, A5 and 3A. RGB value is (170,165,58). Sum of RGB (Red+Green+Blue) = 170+165+58=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA53A is #555AC5. Grayscale: #9A9A9A. Windows color (decimal): -5593798 or 3843498. OLE color: 3843498.

HSL color Cylindrical-coordinate representation of color #AAA53A: hue angle of 57.32º degrees, saturation: 0.49, 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 #AAA53A is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17016558-
CMYK00.030.660.33
HSL57.32º49.12%44.71%-
HSV(B)57.32º65.88%66.67%-
XYZ30.835.769.28-
YUV154.373.66139.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 165 (64.84% from 255) = 41.98%
BLUE value IS 58 (23.05% from 255) = 14.76%
R=43.26%
G=41.98%
B=14.76%

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
Decimal1701655800.030.660.3357.3249.1244.71
HexAAA53A03422139312d
Octal252245720310241716155
Binary10101010101001011110100111000010100001111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA53A; }

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

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

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

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

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

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

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

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