#A1A036

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

Shades of Brass #A1A036

Tints of Brass #A1A036

Color information

#A1A036 (or 0xA1A036) is unknown color: approx Brass. HEX triplet: A1, A0 and 36. RGB value is (161,160,54). Sum of RGB (Red+Green+Blue) = 161+160+54=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A036 is #5E5FC9. Grayscale: #949494. Windows color (decimal): -6184906 or 3580065. OLE color: 3580065.

HSL color Cylindrical-coordinate representation of color #A1A036: hue angle of 59.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1A036 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16116054-
CMYK00.010.660.37
HSL59.44º49.77%42.16%-
HSV(B)59.44º66.46%63.14%-
XYZ27.9332.998.38-
YUV148.2174.83137.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.93%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 54 (21.48% from 255) = 14.4%
R=42.93%
G=42.67%
B=14.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611605400.010.660.3759.4449.7742.16
HexA1A0360142253b322a
Octal241240660110245736252
Binary1010000110100000110110011000010100101111011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A036; }

 p { color: rgb(161,160,54); }

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

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

 a { background-color: rgb(161,160,54); }

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

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

 span { border-color: rgb(161,160,54); }

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