#AAA240

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

Shades of Brass #AAA240

Tints of Brass #AAA240

Color information

#AAA240 (or 0xAAA240) is unknown color: approx Brass. HEX triplet: AA, A2 and 40. RGB value is (170,162,64). Sum of RGB (Red+Green+Blue) = 170+162+64=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA240 is #555DBF. Grayscale: #999999. Windows color (decimal): -5594560 or 4235946. OLE color: 4235946.

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

Color convert

RGB17016264-
CMYK00.050.620.33
HSL55.47º45.3%45.88%-
HSV(B)55.47º62.35%66.67%-
XYZ30.4234.769.96-
YUV153.2277.65139.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.93%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 64 (25.39% from 255) = 16.16%
R=42.93%
G=40.91%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701626400.050.620.3355.4745.345.88
HexAAA240053E21372d2e
Octal252242100057641675556
Binary101010101010001010000000101111110100001110111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA240; }

 p { color: rgb(170,162,64); }

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

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

 a { background-color: rgb(170,162,64); }

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

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

 span { border-color: rgb(170,162,64); }

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