#a1a849

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

Shades of Brass #A1A849

Tints of Brass #A1A849

Color information

#A1A849 (or 0xA1A849) is unknown color: approx Brass. HEX triplet: A1, A8 and 49. RGB value is (161,168,73). Sum of RGB (Red+Green+Blue) = 161+168+73=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 168 (66.02% from 255 or 41.79% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A849 is #5E57B6. Grayscale: #9B9B9B. Windows color (decimal): -6182839 or 4827297. OLE color: 4827297.

HSL color Cylindrical-coordinate representation of color #A1A849: hue angle of 64.42º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A1A849 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16116873-
CMYK0.0400.570.34
HSL64.42º39.42%47.25%-
HSV(B)64.42º56.55%65.88%-
XYZ29.936.0611.69-
YUV155.0881.68132.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 168 (66.02% from 255) = 41.79%
BLUE value IS 73 (28.91% from 255) = 18.16%
R=40.05%
G=41.79%
B=18.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161168730.0400.570.3464.4239.4247.25
HexA1A84940392240272f
Octal2412501114071421004757
Binary1010000110101000100100110001110011000101000000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1a849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1a849; }

 p { color: rgb(161,168,73); }

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

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

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

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

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

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

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