#AA9F48

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

Shades of Brass #AA9F48

Tints of Brass #AA9F48

Color information

#AA9F48 (or 0xAA9F48) is unknown color: approx Brass. HEX triplet: AA, 9F and 48. RGB value is (170,159,72). Sum of RGB (Red+Green+Blue) = 170+159+72=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9F48 is #5560B7. Grayscale: #989898. Windows color (decimal): -5595320 or 4759466. OLE color: 4759466.

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

Color convert

RGB17015972-
CMYK00.060.580.33
HSL53.27º40.5%47.45%-
HSV(B)53.27º57.65%66.67%-
XYZ30.1533.8111.07-
YUV152.3782.64140.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 159 (62.5% from 255) = 39.65%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=42.39%
G=39.65%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701597200.060.580.3353.2740.547.45
HexAA9F48063A2135282f
Octal252237110067241655057
Binary101010101001111110010000110111010100001110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F48; }

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

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

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

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

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

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

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

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