#A9A236

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

Shades of Brass #A9A236

Tints of Brass #A9A236

Color information

#A9A236 (or 0xA9A236) is unknown color: approx Brass. HEX triplet: A9, A2 and 36. RGB value is (169,162,54). Sum of RGB (Red+Green+Blue) = 169+162+54=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A236 is #565DC9. Grayscale: #989898. Windows color (decimal): -5660106 or 3580585. OLE color: 3580585.

HSL color Cylindrical-coordinate representation of color #A9A236: hue angle of 56.35º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A9A236 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16916254-
CMYK00.040.680.34
HSL56.35º51.57%43.73%-
HSV(B)56.35º68.05%66.27%-
XYZ29.9534.548.58-
YUV151.7872.82140.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.90%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 54 (21.48% from 255) = 14.03%
R=43.90%
G=42.08%
B=14.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691625400.040.680.3456.3551.5743.73
HexA9A23604442238342c
Octal251242660410442706454
Binary101010011010001011011001001000100100010111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A236; }

 p { color: rgb(169,162,54); }

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

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

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

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

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

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

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