#AAA144

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

Shades of Brass #AAA144

Tints of Brass #AAA144

Color information

#AAA144 (or 0xAAA144) is unknown color: approx Brass. HEX triplet: AA, A1 and 44. RGB value is (170,161,68). Sum of RGB (Red+Green+Blue) = 170+161+68=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA144 is #555EBB. Grayscale: #999999. Windows color (decimal): -5594812 or 4497834. OLE color: 4497834.

HSL color Cylindrical-coordinate representation of color #AAA144: hue angle of 54.71º 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 #AAA144 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB17016168-
CMYK00.050.60.33
HSL54.71º42.86%46.67%-
HSV(B)54.71º60%66.67%-
XYZ30.3734.4510.52-
YUV153.0979.98140.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.61%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 68 (26.95% from 255) = 17.04%
R=42.61%
G=40.35%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.6
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701616800.050.60.3354.7142.8646.67
HexAAA144053C21372b2f
Octal252241104057441675357
Binary101010101010000110001000101111100100001110111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA144; }

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

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

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

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

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

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

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

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