#AAAC39

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

Shades of Brass #AAAC39

Tints of Brass #AAAC39

Color information

#AAAC39 (or 0xAAAC39) is unknown color: approx Brass. HEX triplet: AA, AC and 39. RGB value is (170,172,57). Sum of RGB (Red+Green+Blue) = 170+172+57=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC39 is #5553C6. Grayscale: #9E9E9E. Windows color (decimal): -5592007 or 3779754. OLE color: 3779754.

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

Color convert

RGB17017257-
CMYK0.0100.670.33
HSL61.04º50.22%44.9%-
HSV(B)61.04º66.86%67.45%-
XYZ32.0738.359.58-
YUV158.2970.84136.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 57 (22.66% from 255) = 14.29%
R=42.61%
G=43.11%
B=14.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172570.0100.670.3361.0450.2244.9
HexAAAC391043213d322d
Octal252254711010341756255
Binary1010101010101100111001101000011100001111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC39; }

 p { color: rgb(170,172,57); }

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

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

 a { background-color: rgb(170,172,57); }

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

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

 span { border-color: rgb(170,172,57); }

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