#A1A44B

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

Shades of Brass #A1A44B

Tints of Brass #A1A44B

Color information

#A1A44B (or 0xA1A44B) is unknown color: approx Brass. HEX triplet: A1, A4 and 4B. RGB value is (161,164,75). Sum of RGB (Red+Green+Blue) = 161+164+75=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A44B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A44B is #5E5BB4. Grayscale: #999999. Windows color (decimal): -6183861 or 4957345. OLE color: 4957345.

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

Color convert

RGB16116475-
CMYK0.0200.540.36
HSL62.02º37.24%46.86%-
HSV(B)62.02º54.27%64.31%-
XYZ29.2434.6411.8-
YUV152.9684.01133.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.25%
GREEN value IS 164 (64.45% from 255) = 41%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=40.25%
G=41%
B=18.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161164750.0200.540.3662.0237.2446.86
HexA1A44B2036243e252f
Octal241244113206644764557
Binary10100001101001001001011100110110100100111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A44B; }

 p { color: rgb(161,164,75); }

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

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

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

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

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

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

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