#A9A73B

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

Shades of Brass #A9A73B

Tints of Brass #A9A73B

Color information

#A9A73B (or 0xA9A73B) is unknown color: approx Brass. HEX triplet: A9, A7 and 3B. RGB value is (169,167,59). Sum of RGB (Red+Green+Blue) = 169+167+59=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A73B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A73B is #5658C4. Grayscale: #9B9B9B. Windows color (decimal): -5658821 or 3909545. OLE color: 3909545.

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

Color convert

RGB16916759-
CMYK00.010.650.34
HSL58.91º48.25%44.71%-
HSV(B)58.91º65.09%66.27%-
XYZ30.9736.399.53-
YUV155.2973.66137.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.78%
GREEN value IS 167 (65.62% from 255) = 42.28%
BLUE value IS 59 (23.44% from 255) = 14.94%
R=42.78%
G=42.28%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691675900.010.650.3458.9148.2544.71
HexA9A73B0141223b302d
Octal251247730110142736055
Binary1010100110100111111011011000001100010111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A73B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A73B; }

 p { color: rgb(169,167,59); }

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

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

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

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

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

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

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