#AAA94B

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

Shades of Brass #AAA94B

Tints of Brass #AAA94B

Color information

#AAA94B (or 0xAAA94B) is unknown color: approx Brass. HEX triplet: AA, A9 and 4B. RGB value is (170,169,75). Sum of RGB (Red+Green+Blue) = 170+169+75=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA94B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA94B is #5556B4. Grayscale: #9E9E9E. Windows color (decimal): -5592757 or 4958634. OLE color: 4958634.

HSL color Cylindrical-coordinate representation of color #AAA94B: hue angle of 59.37º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAA94B is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB17016975-
CMYK00.010.560.33
HSL59.37º38.78%48.04%-
HSV(B)59.37º55.88%66.67%-
XYZ32.0437.4312.19-
YUV158.5880.83136.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=41.06%
G=40.82%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701697500.010.560.3359.3738.7848.04
HexAAA94B0138213b2730
Octal252251113017041734760
Binary1010101010101001100101101111000100001111011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA94B; }

 p { color: rgb(170,169,75); }

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

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

 a { background-color: rgb(170,169,75); }

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

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

 span { border-color: rgb(170,169,75); }

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