#AAA241

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

Shades of Brass #AAA241

Tints of Brass #AAA241

Color information

#AAA241 (or 0xAAA241) is unknown color: approx Brass. HEX triplet: AA, A2 and 41. RGB value is (170,162,65). Sum of RGB (Red+Green+Blue) = 170+162+65=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 65 (25.78% from 255 or 16.37% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAA241 is #555DBE. Grayscale: #999999. Windows color (decimal): -5594559 or 4301482. OLE color: 4301482.

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

Color convert

RGB17016265-
CMYK00.050.620.33
HSL55.43º44.68%46.08%-
HSV(B)55.43º61.76%66.67%-
XYZ30.4534.7710.11-
YUV153.3378.15139.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.82%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 65 (25.78% from 255) = 16.37%
R=42.82%
G=40.81%
B=16.37%

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
Decimal1701626500.050.620.3355.4344.6846.08
HexAAA241053E21372d2e
Octal252242101057641675556
Binary101010101010001010000010101111110100001110111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA241; }

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

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

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

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

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

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

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

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