#a8a24e

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

Shades of Brass #A8A24E

Tints of Brass #A8A24E

Color information

#A8A24E (or 0xA8A24E) is unknown color: approx Brass. HEX triplet: A8, A2 and 4E. RGB value is (168,162,78). Sum of RGB (Red+Green+Blue) = 168+162+78=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 162 (63.67% from 255 or 39.71% from 408); Blue value is 78 (30.86% from 255 or 19.12% from 408); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A24E is #575DB1. Grayscale: #9A9A9A. Windows color (decimal): -5725618 or 5153448. OLE color: 5153448.

HSL color Cylindrical-coordinate representation of color #A8A24E: hue angle of 56º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8A24E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB16816278-
CMYK00.040.540.34
HSL56º36.59%48.24%-
HSV(B)56º53.57%65.88%-
XYZ30.4434.7212.3-
YUV154.2284.99137.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.18%
GREEN value IS 162 (63.67% from 255) = 39.71%
BLUE value IS 78 (30.86% from 255) = 19.12%
R=41.18%
G=39.71%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681627800.040.540.345636.5948.24
HexA8A24E043622382530
Octal250242116046642704560
Binary101010001010001010011100100110110100010111000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8a24e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8a24e; }

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

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

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

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

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

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

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

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