#A9A93A

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

Shades of Brass #A9A93A

Tints of Brass #A9A93A

Color information

#A9A93A (or 0xA9A93A) is unknown color: approx Brass. HEX triplet: A9, A9 and 3A. RGB value is (169,169,58). Sum of RGB (Red+Green+Blue) = 169+169+58=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 169 - color contains mainly: red, green. Hex color #A9A93A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A93A is #5656C5. Grayscale: #9C9C9C. Windows color (decimal): -5658310 or 3844521. OLE color: 3844521.

HSL color Cylindrical-coordinate representation of color #A9A93A: hue angle of 60º 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 #A9A93A is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB16916958-
CMYK000.660.34
HSL60º48.9%44.51%-
HSV(B)60º65.68%66.27%-
XYZ31.3137.129.52-
YUV156.3572.5137.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 58 (23.05% from 255) = 14.65%
R=42.68%
G=42.68%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916958000.660.346048.944.51
HexA9A93A0042223c312d
Octal251251720010242746155
Binary1010100110101001111010001000010100010111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A93A; }

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

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

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

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

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

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

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

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