#A1A14A

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

Shades of Brass #A1A14A

Tints of Brass #A1A14A

Color information

#A1A14A (or 0xA1A14A) is unknown color: approx Brass. HEX triplet: A1, A1 and 4A. RGB value is (161,161,74). Sum of RGB (Red+Green+Blue) = 161+161+74=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 74 (29.30% from 255 or 18.69% from 396); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A14A is #5E5EB5. Grayscale: #979797. Windows color (decimal): -6184630 or 4891041. OLE color: 4891041.

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

Color convert

RGB16116174-
CMYK000.540.37
HSL60º37.02%46.08%-
HSV(B)60º54.04%63.14%-
XYZ28.6833.5611.44-
YUV151.0884.5135.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.66%
GREEN value IS 161 (63.28% from 255) = 40.66%
BLUE value IS 74 (29.30% from 255) = 18.69%
R=40.66%
G=40.66%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16116174000.540.376037.0246.08
HexA1A14A0036253c252e
Octal241241112006645744556
Binary1010000110100001100101000110110100101111100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A14A; }

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

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

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

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

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

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

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

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