#A1A248

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

Shades of Brass #A1A248

Tints of Brass #A1A248

Color information

#A1A248 (or 0xA1A248) is unknown color: approx Brass. HEX triplet: A1, A2 and 48. RGB value is (161,162,72). Sum of RGB (Red+Green+Blue) = 161+162+72=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 72 (28.52% from 255 or 18.23% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A248 is #5E5DB7. Grayscale: #979797. Windows color (decimal): -6184376 or 4760225. OLE color: 4760225.

HSL color Cylindrical-coordinate representation of color #A1A248: hue angle of 60.67º degrees, saturation: 0.38, 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 #A1A248 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16116272-
CMYK0.0100.560.36
HSL60.67º38.46%45.88%-
HSV(B)60.67º55.56%63.53%-
XYZ28.7933.8911.15-
YUV151.4483.17134.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 72 (28.52% from 255) = 18.23%
R=40.76%
G=41.01%
B=18.23%

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
Decimal161162720.0100.560.3660.6738.4645.88
HexA1A2481038243d262e
Octal241242110107044754656
Binary1010000110100010100100010111000100100111101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A248; }

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

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

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

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

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

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

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

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