#AAA93C

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

Shades of Brass #AAA93C

Tints of Brass #AAA93C

Color information

#AAA93C (or 0xAAA93C) is unknown color: approx Brass. HEX triplet: AA, A9 and 3C. RGB value is (170,169,60). Sum of RGB (Red+Green+Blue) = 170+169+60=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 60 (23.83% from 255 or 15.04% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA93C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA93C is #5556C3. Grayscale: #9D9D9D. Windows color (decimal): -5592772 or 3975594. OLE color: 3975594.

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

Color convert

RGB17016960-
CMYK00.010.650.33
HSL59.45º47.83%45.1%-
HSV(B)59.45º64.71%66.67%-
XYZ31.5837.259.8-
YUV156.8773.33137.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 169 (66.41% from 255) = 42.36%
BLUE value IS 60 (23.83% from 255) = 15.04%
R=42.61%
G=42.36%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701696000.010.650.3359.4547.8345.1
HexAAA93C0141213b302d
Octal252251740110141736055
Binary1010101010101001111100011000001100001111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA93C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA93C; }

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

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

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

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

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

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

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

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