#AAA64C

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

Shades of Brass #AAA64C

Tints of Brass #AAA64C

Color information

#AAA64C (or 0xAAA64C) is unknown color: approx Brass. HEX triplet: AA, A6 and 4C. RGB value is (170,166,76). Sum of RGB (Red+Green+Blue) = 170+166+76=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA64C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA64C is #5559B3. Grayscale: #9D9D9D. Windows color (decimal): -5593524 or 5023402. OLE color: 5023402.

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

Color convert

RGB17016676-
CMYK00.020.550.33
HSL57.45º38.21%48.24%-
HSV(B)57.45º55.29%66.67%-
XYZ31.5236.3412.19-
YUV156.9482.33137.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.26%
GREEN value IS 166 (65.23% from 255) = 40.29%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=41.26%
G=40.29%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701667600.020.550.3357.4538.2148.24
HexAAA64C023721392630
Octal252246114026741714660
Binary10101010101001101001100010110111100001111001100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA64C; }

 p { color: rgb(170,166,76); }

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

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

 a { background-color: rgb(170,166,76); }

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

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

 span { border-color: rgb(170,166,76); }

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