#AAA23A

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

Shades of Brass #AAA23A

Tints of Brass #AAA23A

Color information

#AAA23A (or 0xAAA23A) is unknown color: approx Brass. HEX triplet: AA, A2 and 3A. RGB value is (170,162,58). Sum of RGB (Red+Green+Blue) = 170+162+58=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA23A is #555DC5. Grayscale: #989898. Windows color (decimal): -5594566 or 3842730. OLE color: 3842730.

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

Color convert

RGB17016258-
CMYK00.050.660.33
HSL55.71º49.12%44.71%-
HSV(B)55.71º65.88%66.67%-
XYZ30.2634.699.1-
YUV152.5474.65140.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.59%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 58 (23.05% from 255) = 14.87%
R=43.59%
G=41.54%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701625800.050.660.3355.7149.1244.71
HexAAA23A05422138312d
Octal252242720510241706155
Binary101010101010001011101001011000010100001111000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA23A; }

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

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

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

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

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

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

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

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