#AAAC3E

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

Shades of Brass #AAAC3E

Tints of Brass #AAAC3E

Color information

#AAAC3E (or 0xAAAC3E) is unknown color: approx Brass. HEX triplet: AA, AC and 3E. RGB value is (170,172,62). Sum of RGB (Red+Green+Blue) = 170+172+62=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAC3E is #5553C1. Grayscale: #9F9F9F. Windows color (decimal): -5592002 or 4107434. OLE color: 4107434.

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

Color convert

RGB17017262-
CMYK0.0100.640.33
HSL61.09º47.01%45.88%-
HSV(B)61.09º63.95%67.45%-
XYZ32.238.410.27-
YUV158.8673.34135.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 62 (24.61% from 255) = 15.35%
R=42.08%
G=42.57%
B=15.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170172620.0100.640.3361.0947.0145.88
HexAAAC3E1040213d2f2e
Octal252254761010041755756
Binary1010101010101100111110101000000100001111101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAC3E; }

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

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

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

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

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

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

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

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