#A9AB45

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

Shades of Brass #A9AB45

Tints of Brass #A9AB45

Color information

#A9AB45 (or 0xA9AB45) is unknown color: approx Brass. HEX triplet: A9, AB and 45. RGB value is (169,171,69). Sum of RGB (Red+Green+Blue) = 169+171+69=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 69 (27.34% from 255 or 16.87% from 409); Max value from RGB is 171 - color contains mainly: green. Hex color #A9AB45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AB45 is #5654BA. Grayscale: #9F9F9F. Windows color (decimal): -5657787 or 4565929. OLE color: 4565929.

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

Color convert

RGB16917169-
CMYK0.0100.600.33
HSL61.18º42.5%47.06%-
HSV(B)61.18º59.65%67.06%-
XYZ3237.9911.28-
YUV158.7777.34135.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.32%
GREEN value IS 171 (67.19% from 255) = 41.81%
BLUE value IS 69 (27.34% from 255) = 16.87%
R=41.32%
G=41.81%
B=16.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169171690.0100.600.3361.1842.547.06
HexA9AB45103C213d2a2f
Octal251253105107441755257
Binary1010100110101011100010110111100100001111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AB45; }

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

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

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

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

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

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

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

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