#AAAB4A

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

Shades of Brass #AAAB4A

Tints of Brass #AAAB4A

Color information

#AAAB4A (or 0xAAAB4A) is unknown color: approx Brass. HEX triplet: AA, AB and 4A. RGB value is (170,171,74). Sum of RGB (Red+Green+Blue) = 170+171+74=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAB4A is #5554B5. Grayscale: #A0A0A0. Windows color (decimal): -5592246 or 4893610. OLE color: 4893610.

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

Color convert

RGB17017174-
CMYK0.0100.570.33
HSL60.62º39.59%48.04%-
HSV(B)60.62º56.73%67.06%-
XYZ32.3838.1712.14-
YUV159.6479.67135.39-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 171 (67.19% from 255) = 41.20%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=40.96%
G=41.20%
B=17.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170171740.0100.570.3360.6239.5948.04
HexAAAB4A1039213d2830
Octal252253112107141755060
Binary1010101010101011100101010111001100001111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB4A; }

 p { color: rgb(170,171,74); }

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

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

 a { background-color: rgb(170,171,74); }

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

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

 span { border-color: rgb(170,171,74); }

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