#A9A044

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

Shades of Brass #A9A044

Tints of Brass #A9A044

Color information

#A9A044 (or 0xA9A044) is unknown color: approx Brass. HEX triplet: A9, A0 and 44. RGB value is (169,160,68). Sum of RGB (Red+Green+Blue) = 169+160+68=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 160 (62.89% from 255 or 40.30% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A044 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A044 is #565FBB. Grayscale: #989898. Windows color (decimal): -5660604 or 4497577. OLE color: 4497577.

HSL color Cylindrical-coordinate representation of color #A9A044: hue angle of 54.65º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9A044 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16916068-
CMYK00.050.600.34
HSL54.65º42.62%46.47%-
HSV(B)54.65º59.76%66.27%-
XYZ29.9833.9910.45-
YUV152.280.48139.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 160 (62.89% from 255) = 40.30%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=42.57%
G=40.30%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691606800.050.600.3454.6542.6246.47
HexA9A044053C22372b2e
Octal251240104057442675356
Binary101010011010000010001000101111100100010110111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A044; }

 p { color: rgb(169,160,68); }

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

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

 a { background-color: rgb(169,160,68); }

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

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

 span { border-color: rgb(169,160,68); }

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