#AA9E42

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

Shades of Brass #AA9E42

Tints of Brass #AA9E42

Color information

#AA9E42 (or 0xAA9E42) is unknown color: approx Brass. HEX triplet: AA, 9E and 42. RGB value is (170,158,66). Sum of RGB (Red+Green+Blue) = 170+158+66=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E42 is #5561BD. Grayscale: #979797. Windows color (decimal): -5595582 or 4365994. OLE color: 4365994.

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

Color convert

RGB17015866-
CMYK00.070.610.33
HSL53.08º44.07%46.27%-
HSV(B)53.08º61.18%66.67%-
XYZ29.7933.3910.03-
YUV151.179.98141.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 158 (62.11% from 255) = 40.10%
BLUE value IS 66 (26.17% from 255) = 16.75%
R=43.15%
G=40.10%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701586600.070.610.3353.0844.0746.27
HexAA9E42073D21352c2e
Octal252236102077541655456
Binary101010101001111010000100111111101100001110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E42; }

 p { color: rgb(170,158,66); }

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

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

 a { background-color: rgb(170,158,66); }

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

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

 span { border-color: rgb(170,158,66); }

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