#A1A247

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

Shades of Brass #A1A247

Tints of Brass #A1A247

Color information

#A1A247 (or 0xA1A247) is unknown color: approx Brass. HEX triplet: A1, A2 and 47. RGB value is (161,162,71). Sum of RGB (Red+Green+Blue) = 161+162+71=394 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.86% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A247 is #5E5DB8. Grayscale: #979797. Windows color (decimal): -6184377 or 4694689. OLE color: 4694689.

HSL color Cylindrical-coordinate representation of color #A1A247: hue angle of 60.66º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1A247 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16116271-
CMYK0.0100.560.36
HSL60.66º39.06%45.69%-
HSV(B)60.66º56.17%63.53%-
XYZ28.7633.8710.98-
YUV151.3382.67134.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.86%
GREEN value IS 162 (63.67% from 255) = 41.12%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=40.86%
G=41.12%
B=18.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161162710.0100.560.3660.6639.0645.69
HexA1A2471038243d272e
Octal241242107107044754756
Binary1010000110100010100011110111000100100111101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A247; }

 p { color: rgb(161,162,71); }

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

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

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

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

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

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

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