#A1A14C

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

Shades of Brass #A1A14C

Tints of Brass #A1A14C

Color information

#A1A14C (or 0xA1A14C) is unknown color: approx Brass. HEX triplet: A1, A1 and 4C. RGB value is (161,161,76). Sum of RGB (Red+Green+Blue) = 161+161+76=398 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.45% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A14C is #5E5EB3. Grayscale: #979797. Windows color (decimal): -6184628 or 5022113. OLE color: 5022113.

HSL color Cylindrical-coordinate representation of color #A1A14C: hue angle of 60º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1A14C is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB16116176-
CMYK000.530.37
HSL60º35.86%46.47%-
HSV(B)60º52.8%63.14%-
XYZ28.7533.5911.81-
YUV151.3185.5134.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.45%
GREEN value IS 161 (63.28% from 255) = 40.45%
BLUE value IS 76 (30.08% from 255) = 19.10%
R=40.45%
G=40.45%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116176000.530.376035.8646.47
HexA1A14C0035253c242e
Octal241241114006545744456
Binary1010000110100001100110000110101100101111100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A14C; }

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

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

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

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

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

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

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

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