#A9AB49

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

Shades of Brass #A9AB49

Tints of Brass #A9AB49

Color information

#A9AB49 (or 0xA9AB49) is unknown color: approx Brass. HEX triplet: A9, AB and 49. RGB value is (169,171,73). Sum of RGB (Red+Green+Blue) = 169+171+73=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AB49 is #5654B6. Grayscale: #9F9F9F. Windows color (decimal): -5657783 or 4828073. OLE color: 4828073.

HSL color Cylindrical-coordinate representation of color #A9AB49: hue angle of 61.22º 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 #A9AB49 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB16917173-
CMYK0.0100.570.33
HSL61.22º40.16%47.84%-
HSV(B)61.22º57.31%67.06%-
XYZ32.1338.0411.95-
YUV159.2379.34134.97-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 171 (67.19% from 255) = 41.40%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=40.92%
G=41.40%
B=17.68%

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
Decimal169171730.0100.570.3361.2240.1647.84
HexA9AB491039213d2830
Octal251253111107141755060
Binary1010100110101011100100110111001100001111101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB49; }

 p { color: rgb(169,171,73); }

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

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

 a { background-color: rgb(169,171,73); }

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

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

 span { border-color: rgb(169,171,73); }

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