#AAAE3C

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

Shades of Brass #AAAE3C

Tints of Brass #AAAE3C

Color information

#AAAE3C (or 0xAAAE3C) is unknown color: approx Brass. HEX triplet: AA, AE and 3C. RGB value is (170,174,60). Sum of RGB (Red+Green+Blue) = 170+174+60=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAAE3C is #5551C3. Grayscale: #A0A0A0. Windows color (decimal): -5591492 or 3976874. OLE color: 3976874.

HSL color Cylindrical-coordinate representation of color #AAAE3C: hue angle of 62.11º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AAAE3C is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB17017460-
CMYK0.0200.660.32
HSL62.11º48.72%45.88%-
HSV(B)62.11º65.52%68.24%-
XYZ32.5339.1410.12-
YUV159.8171.67135.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 60 (23.83% from 255) = 14.85%
R=42.08%
G=43.07%
B=14.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170174600.0200.660.3262.1148.7245.88
HexAAAE3C2042203e312e
Octal252256742010240766156
Binary10101010101011101111001001000010100000111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAE3C; }

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

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

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

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

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

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

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

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