#a1a540

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

Shades of Brass #A1A540

Tints of Brass #A1A540

Color information

#A1A540 (or 0xA1A540) is unknown color: approx Brass. HEX triplet: A1, A5 and 40. RGB value is (161,165,64). Sum of RGB (Red+Green+Blue) = 161+165+64=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #A1A540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A540 is #5E5ABF. Grayscale: #989898. Windows color (decimal): -6183616 or 4236705. OLE color: 4236705.

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

Color convert

RGB16116564-
CMYK0.0200.610.35
HSL62.38º44.1%44.9%-
HSV(B)62.38º61.21%64.71%-
XYZ29.0834.8610.05-
YUV152.2978.17134.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 64 (25.39% from 255) = 16.41%
R=41.28%
G=42.31%
B=16.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161165640.0200.610.3562.3844.144.9
HexA1A540203D233e2c2d
Octal241245100207543765455
Binary10100001101001011000000100111101100011111110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1a540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1a540; }

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

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

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

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

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

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

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

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