#A3A250

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

Shades of Brass #A3A250

Tints of Brass #A3A250

Color information

#A3A250 (or 0xA3A250) is unknown color: approx Brass. HEX triplet: A3, A2 and 50. RGB value is (163,162,80). Sum of RGB (Red+Green+Blue) = 163+162+80=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 162 (63.67% from 255 or 40% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A250 is #5C5DAF. Grayscale: #999999. Windows color (decimal): -6053296 or 5284515. OLE color: 5284515.

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

Color convert

RGB16316280-
CMYK00.010.510.36
HSL59.28º34.16%47.65%-
HSV(B)59.28º50.92%63.92%-
XYZ29.4734.2112.64-
YUV152.9586.83135.17-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 162 (63.67% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=40.25%
G=40%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631628000.010.510.3659.2834.1647.65
HexA3A2500133243b2230
Octal243242120016344734260
Binary1010001110100010101000001110011100100111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A250; }

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

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

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

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

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

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

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

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