#A1A544

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

Shades of Brass #A1A544

Tints of Brass #A1A544

Color information

#A1A544 (or 0xA1A544) is unknown color: approx Brass. HEX triplet: A1, A5 and 44. RGB value is (161,165,68). Sum of RGB (Red+Green+Blue) = 161+165+68=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 165 (64.84% from 255 or 41.88% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A544 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A544 is #5E5ABB. Grayscale: #999999. Windows color (decimal): -6183612 or 4498849. OLE color: 4498849.

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

Color convert

RGB16116568-
CMYK0.0200.590.35
HSL62.47º41.63%45.69%-
HSV(B)62.47º58.79%64.71%-
XYZ29.234.910.67-
YUV152.7580.17133.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 165 (64.84% from 255) = 41.88%
BLUE value IS 68 (26.95% from 255) = 17.26%
R=40.86%
G=41.88%
B=17.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161165680.0200.590.3562.4741.6345.69
HexA1A544203B233e2a2e
Octal241245104207343765256
Binary10100001101001011000100100111011100011111110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A544; }

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

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

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

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

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

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

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

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