#A5A24C

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

Shades of Brass #A5A24C

Tints of Brass #A5A24C

Color information

#A5A24C (or 0xA5A24C) is unknown color: approx Brass. HEX triplet: A5, A2 and 4C. RGB value is (165,162,76). Sum of RGB (Red+Green+Blue) = 165+162+76=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 76 (30.08% from 255 or 18.86% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A24C is #5A5DB3. Grayscale: #999999. Windows color (decimal): -5922228 or 5022373. OLE color: 5022373.

HSL color Cylindrical-coordinate representation of color #A5A24C: hue angle of 57.98º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5A24C is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16516276-
CMYK00.020.540.35
HSL57.98º36.93%47.25%-
HSV(B)57.98º53.94%64.71%-
XYZ29.7434.3611.9-
YUV153.0984.49136.49-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 76 (30.08% from 255) = 18.86%
R=40.94%
G=40.20%
B=18.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651627600.020.540.3557.9836.9347.25
HexA5A24C0236233a252f
Octal245242114026643724557
Binary10100101101000101001100010110110100011111010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A24C; }

 p { color: rgb(165,162,76); }

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

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

 a { background-color: rgb(165,162,76); }

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

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

 span { border-color: rgb(165,162,76); }

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