#a9a53a

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

Shades of Brass #A9A53A

Tints of Brass #A9A53A

Color information

#A9A53A (or 0xA9A53A) is unknown color: approx Brass. HEX triplet: A9, A5 and 3A. RGB value is (169,165,58). Sum of RGB (Red+Green+Blue) = 169+165+58=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A53A is #565AC5. Grayscale: #9A9A9A. Windows color (decimal): -5659334 or 3843497. OLE color: 3843497.

HSL color Cylindrical-coordinate representation of color #A9A53A: hue angle of 57.84º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9A53A is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB16916558-
CMYK00.020.660.34
HSL57.84º48.9%44.51%-
HSV(B)57.84º65.68%66.27%-
XYZ30.5835.659.27-
YUV15473.83138.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 165 (64.84% from 255) = 42.09%
BLUE value IS 58 (23.05% from 255) = 14.80%
R=43.11%
G=42.09%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691655800.020.660.3457.8448.944.51
HexA9A53A0242223a312d
Octal251245720210242726155
Binary10101001101001011110100101000010100010111010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9a53a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9a53a; }

 p { color: rgb(169,165,58); }

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

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

 a { background-color: rgb(169,165,58); }

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

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

 span { border-color: rgb(169,165,58); }

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