#A3A249

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

Shades of Brass #A3A249

Tints of Brass #A3A249

Color information

#A3A249 (or 0xA3A249) is unknown color: approx Brass. HEX triplet: A3, A2 and 49. RGB value is (163,162,73). Sum of RGB (Red+Green+Blue) = 163+162+73=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 162 (63.67% from 255 or 40.70% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A249 is #5C5DB6. Grayscale: #989898. Windows color (decimal): -6053303 or 4825763. OLE color: 4825763.

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

Color convert

RGB16316273-
CMYK00.010.550.36
HSL59.33º38.14%46.27%-
HSV(B)59.33º55.21%63.92%-
XYZ29.2334.1111.35-
YUV152.1583.33135.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 162 (63.67% from 255) = 40.70%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=40.95%
G=40.70%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631627300.010.550.3659.3338.1446.27
HexA3A2490137243b262e
Octal243242111016744734656
Binary1010001110100010100100101110111100100111011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A249; }

 p { color: rgb(163,162,73); }

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

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

 a { background-color: rgb(163,162,73); }

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

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

 span { border-color: rgb(163,162,73); }

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