#A9AA36

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

Shades of Brass #A9AA36

Tints of Brass #A9AA36

Color information

#A9AA36 (or 0xA9AA36) is unknown color: approx Brass. HEX triplet: A9, AA and 36. RGB value is (169,170,54). Sum of RGB (Red+Green+Blue) = 169+170+54=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AA36 is #5655C9. Grayscale: #9C9C9C. Windows color (decimal): -5658058 or 3582633. OLE color: 3582633.

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

Color convert

RGB16917054-
CMYK0.0100.680.33
HSL60.52º51.79%43.92%-
HSV(B)60.52º68.24%66.67%-
XYZ31.437.459.06-
YUV156.4870.17136.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.00%
GREEN value IS 170 (66.80% from 255) = 43.26%
BLUE value IS 54 (21.48% from 255) = 13.74%
R=43.00%
G=43.26%
B=13.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169170540.0100.680.3360.5251.7943.92
HexA9AA361044213d342c
Octal251252661010441756454
Binary1010100110101010110110101000100100001111101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AA36; }

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

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

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

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

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

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

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

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