#A4A24E

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

Shades of Brass #A4A24E

Tints of Brass #A4A24E

Color information

#A4A24E (or 0xA4A24E) is unknown color: approx Brass. HEX triplet: A4, A2 and 4E. RGB value is (164,162,78). Sum of RGB (Red+Green+Blue) = 164+162+78=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 78 (30.86% from 255 or 19.31% from 404); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4A24E is #5B5DB1. Grayscale: #999999. Windows color (decimal): -5987762 or 5153444. OLE color: 5153444.

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

Color convert

RGB16416278-
CMYK00.010.520.36
HSL58.6º35.54%47.45%-
HSV(B)58.6º52.44%64.31%-
XYZ29.6134.2812.26-
YUV153.0285.66135.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 162 (63.67% from 255) = 40.10%
BLUE value IS 78 (30.86% from 255) = 19.31%
R=40.59%
G=40.10%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641627800.010.520.3658.635.5447.45
HexA4A24E0134243b242f
Octal244242116016444734457
Binary1010010010100010100111001110100100100111011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A24E; }

 p { color: rgb(164,162,78); }

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

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

 a { background-color: rgb(164,162,78); }

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

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

 span { border-color: rgb(164,162,78); }

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