#A9A135

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

Shades of Brass #A9A135

Tints of Brass #A9A135

Color information

#A9A135 (or 0xA9A135) is unknown color: approx Brass. HEX triplet: A9, A1 and 35. RGB value is (169,161,53). Sum of RGB (Red+Green+Blue) = 169+161+53=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A135 is #565ECA. Grayscale: #979797. Windows color (decimal): -5660363 or 3514793. OLE color: 3514793.

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

Color convert

RGB16916153-
CMYK00.050.690.34
HSL55.86º52.25%43.53%-
HSV(B)55.86º68.64%66.27%-
XYZ29.7534.188.4-
YUV151.0872.65140.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 53 (21.09% from 255) = 13.84%
R=44.13%
G=42.04%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691615300.050.690.3455.8652.2543.53
HexA9A13505452238342c
Octal251241650510542706454
Binary101010011010000111010101011000101100010111000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A135; }

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

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

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

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

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

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

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

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