#A9AA3E

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

Shades of Brass #A9AA3E

Tints of Brass #A9AA3E

Color information

#A9AA3E (or 0xA9AA3E) is unknown color: approx Brass. HEX triplet: A9, AA and 3E. RGB value is (169,170,62). Sum of RGB (Red+Green+Blue) = 169+170+62=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA3E is #5655C1. Grayscale: #9D9D9D. Windows color (decimal): -5658050 or 4106921. OLE color: 4106921.

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

Color convert

RGB16917062-
CMYK0.0100.640.33
HSL60.56º46.55%45.49%-
HSV(B)60.56º63.53%66.67%-
XYZ31.6137.5310.14-
YUV157.3974.17136.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 62 (24.61% from 255) = 15.46%
R=42.14%
G=42.39%
B=15.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170620.0100.640.3360.5646.5545.49
HexA9AA3E1040213d2f2d
Octal251252761010041755755
Binary1010100110101010111110101000000100001111101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA3E; }

 p { color: rgb(169,170,62); }

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

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

 a { background-color: rgb(169,170,62); }

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

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

 span { border-color: rgb(169,170,62); }

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