#AA9F35

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

Shades of Brass #AA9F35

Tints of Brass #AA9F35

Color information

#AA9F35 (or 0xAA9F35) is unknown color: approx Brass. HEX triplet: AA, 9F and 35. RGB value is (170,159,53). Sum of RGB (Red+Green+Blue) = 170+159+53=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F35 is #5560CA. Grayscale: #969696. Windows color (decimal): -5595339 or 3514282. OLE color: 3514282.

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

Color convert

RGB17015953-
CMYK00.060.690.33
HSL54.36º52.47%43.73%-
HSV(B)54.36º68.82%66.67%-
XYZ29.6233.68.29-
YUV150.2173.14142.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.50%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 53 (21.09% from 255) = 13.87%
R=44.50%
G=41.62%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701595300.060.690.3354.3652.4743.73
HexAA9F3506452136342c
Octal252237650610541666454
Binary101010101001111111010101101000101100001110110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F35; }

 p { color: rgb(170,159,53); }

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

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

 a { background-color: rgb(170,159,53); }

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

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

 span { border-color: rgb(170,159,53); }

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