#A9A735

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

Shades of Brass #A9A735

Tints of Brass #A9A735

Color information

#A9A735 (or 0xA9A735) is unknown color: approx Brass. HEX triplet: A9, A7 and 35. RGB value is (169,167,53). Sum of RGB (Red+Green+Blue) = 169+167+53=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A735 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A735 is #5658CA. Grayscale: #9B9B9B. Windows color (decimal): -5658827 or 3516329. OLE color: 3516329.

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

Color convert

RGB16916753-
CMYK00.010.690.34
HSL58.97º52.25%43.53%-
HSV(B)58.97º68.64%66.27%-
XYZ30.8236.338.76-
YUV154.670.66138.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 167 (65.62% from 255) = 42.93%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=43.44%
G=42.93%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691675300.010.690.3458.9752.2543.53
HexA9A7350145223b342c
Octal251247650110542736454
Binary1010100110100111110101011000101100010111011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A735; }

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

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

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

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

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

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

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

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