#A9A235

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

Shades of Brass #A9A235

Tints of Brass #A9A235

Color information

#A9A235 (or 0xA9A235) is unknown color: approx Brass. HEX triplet: A9, A2 and 35. RGB value is (169,162,53). Sum of RGB (Red+Green+Blue) = 169+162+53=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A235 is #565DCA. Grayscale: #989898. Windows color (decimal): -5660107 or 3515049. OLE color: 3515049.

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

Color convert

RGB16916253-
CMYK00.040.690.34
HSL56.38º52.25%43.53%-
HSV(B)56.38º68.64%66.27%-
XYZ29.9334.538.46-
YUV151.6772.32140.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 162 (63.67% from 255) = 42.19%
BLUE value IS 53 (21.09% from 255) = 13.80%
R=44.01%
G=42.19%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691625300.040.690.3456.3852.2543.53
HexA9A23504452238342c
Octal251242650410542706454
Binary101010011010001011010101001000101100010111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A235; }

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

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

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

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

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

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

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

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