#A5A14C

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

Shades of Brass #A5A14C

Tints of Brass #A5A14C

Color information

#A5A14C (or 0xA5A14C) is unknown color: approx Brass. HEX triplet: A5, A1 and 4C. RGB value is (165,161,76). Sum of RGB (Red+Green+Blue) = 165+161+76=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A5A14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A14C is #5A5EB3. Grayscale: #989898. Windows color (decimal): -5922484 or 5022117. OLE color: 5022117.

HSL color Cylindrical-coordinate representation of color #A5A14C: hue angle of 57.3º 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 #A5A14C is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16516176-
CMYK00.020.540.35
HSL57.3º36.93%47.25%-
HSV(B)57.3º53.94%64.71%-
XYZ29.5734.0111.84-
YUV152.5184.83136.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.04%
GREEN value IS 161 (63.28% from 255) = 40.05%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=41.04%
G=40.05%
B=18.91%

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
Decimal1651617600.020.540.3557.336.9347.25
HexA5A14C02362339252f
Octal245241114026643714557
Binary10100101101000011001100010110110100011111001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A14C; }

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

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

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

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

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

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

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

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