#AAA344

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

Shades of Brass #AAA344

Tints of Brass #AAA344

Color information

#AAA344 (or 0xAAA344) is unknown color: approx Brass. HEX triplet: AA, A3 and 44. RGB value is (170,163,68). Sum of RGB (Red+Green+Blue) = 170+163+68=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA344 is #555CBB. Grayscale: #9A9A9A. Windows color (decimal): -5594300 or 4498346. OLE color: 4498346.

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

Color convert

RGB17016368-
CMYK00.040.60.33
HSL55.88º42.86%46.67%-
HSV(B)55.88º60%66.67%-
XYZ30.7235.1610.64-
YUV154.2679.32139.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.39%
GREEN value IS 163 (64.06% from 255) = 40.65%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=42.39%
G=40.65%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701636800.040.60.3355.8842.8646.67
HexAAA344043C21382b2f
Octal252243104047441705357
Binary101010101010001110001000100111100100001111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA344; }

 p { color: rgb(170,163,68); }

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

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

 a { background-color: rgb(170,163,68); }

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

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

 span { border-color: rgb(170,163,68); }

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