#AAB23A

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

Shades of Brass #AAB23A

Tints of Brass #AAB23A

Color information

#AAB23A (or 0xAAB23A) is unknown color: approx Brass. HEX triplet: AA, B2 and 3A. RGB value is (170,178,58). Sum of RGB (Red+Green+Blue) = 170+178+58=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 58 (23.05% from 255 or 14.29% from 406); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB23A is #554DC5. Grayscale: #A2A2A2. Windows color (decimal): -5590470 or 3846826. OLE color: 3846826.

HSL color Cylindrical-coordinate representation of color #AAB23A: hue angle of 64º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAB23A is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB17017858-
CMYK0.0400.670.30
HSL64º50.85%46.27%-
HSV(B)64º67.42%69.8%-
XYZ33.2640.6910.1-
YUV161.9369.35133.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.87%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 58 (23.05% from 255) = 14.29%
R=41.87%
G=43.84%
B=14.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal170178580.0400.670.306450.8546.27
HexAAB23A40431E40332e
Octal2522627240103361006356
Binary101010101011001011101010001000011111101000000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB23A; }

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

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

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

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

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

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

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

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