#A0A24A

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

Shades of Brass #A0A24A

Tints of Brass #A0A24A

Color information

#A0A24A (or 0xA0A24A) is unknown color: approx Brass. HEX triplet: A0, A2 and 4A. RGB value is (160,162,74). Sum of RGB (Red+Green+Blue) = 160+162+74=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A24A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A24A is #5F5DB5. Grayscale: #979797. Windows color (decimal): -6249910 or 4891296. OLE color: 4891296.

HSL color Cylindrical-coordinate representation of color #A0A24A: hue angle of 61.36º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A0A24A is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16016274-
CMYK0.0100.540.36
HSL61.36º37.29%46.27%-
HSV(B)61.36º54.32%63.53%-
XYZ28.6533.8111.49-
YUV151.3784.34134.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=40.40%
G=40.91%
B=18.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal160162740.0100.540.3661.3637.2946.27
HexA0A24A1036243d252e
Octal240242112106644754556
Binary1010000010100010100101010110110100100111101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0A24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0A24A; }

 p { color: rgb(160,162,74); }

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

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

 a { background-color: rgb(160,162,74); }

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

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

 span { border-color: rgb(160,162,74); }

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