#AAAB4D

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

Shades of Brass #AAAB4D

Tints of Brass #AAAB4D

Color information

#AAAB4D (or 0xAAAB4D) is unknown color: approx Brass. HEX triplet: AA, AB and 4D. RGB value is (170,171,77). Sum of RGB (Red+Green+Blue) = 170+171+77=418 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.67% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB4D is #5554B2. Grayscale: #A0A0A0. Windows color (decimal): -5592243 or 5090218. OLE color: 5090218.

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

Color convert

RGB17017177-
CMYK0.0100.550.33
HSL60.64º37.9%48.63%-
HSV(B)60.64º54.97%67.06%-
XYZ32.4838.2112.68-
YUV159.9881.17135.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.67%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 77 (30.47% from 255) = 18.42%
R=40.67%
G=40.91%
B=18.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170171770.0100.550.3360.6437.948.63
HexAAAB4D1037213d2631
Octal252253115106741754661
Binary1010101010101011100110110110111100001111101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAB4D; }

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

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

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

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

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

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

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

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