#A3A04B

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

Shades of Brass #A3A04B

Tints of Brass #A3A04B

Color information

#A3A04B (or 0xA3A04B) is unknown color: approx Brass. HEX triplet: A3, A0 and 4B. RGB value is (163,160,75). Sum of RGB (Red+Green+Blue) = 163+160+75=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A04B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A04B is #5C5FB4. Grayscale: #979797. Windows color (decimal): -6053813 or 4956323. OLE color: 4956323.

HSL color Cylindrical-coordinate representation of color #A3A04B: hue angle of 57.95º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A3A04B is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16316075-
CMYK00.020.540.36
HSL57.95º36.97%46.67%-
HSV(B)57.95º53.99%63.92%-
XYZ28.9533.4411.58-
YUV151.2184.99136.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 160 (62.89% from 255) = 40.20%
BLUE value IS 75 (29.69% from 255) = 18.84%
R=40.95%
G=40.20%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631607500.020.540.3657.9536.9746.67
HexA3A04B0236243a252f
Octal243240113026644724557
Binary10100011101000001001011010110110100100111010100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A04B; }

 p { color: rgb(163,160,75); }

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

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

 a { background-color: rgb(163,160,75); }

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

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

 span { border-color: rgb(163,160,75); }

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