#A3A03F

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

Shades of Brass #A3A03F

Tints of Brass #A3A03F

Color information

#A3A03F (or 0xA3A03F) is unknown color: approx Brass. HEX triplet: A3, A0 and 3F. RGB value is (163,160,63). Sum of RGB (Red+Green+Blue) = 163+160+63=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A03F is #5C5FC0. Grayscale: #969696. Windows color (decimal): -6053825 or 4169891. OLE color: 4169891.

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

Color convert

RGB16316063-
CMYK00.020.610.36
HSL58.2º44.25%44.31%-
HSV(B)58.2º61.35%63.92%-
XYZ28.5733.299.62-
YUV149.8478.99137.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.23%
GREEN value IS 160 (62.89% from 255) = 41.45%
BLUE value IS 63 (25% from 255) = 16.32%
R=42.23%
G=41.45%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631606300.020.610.3658.244.2544.31
HexA3A03F023D243a2c2c
Octal24324077027544725454
Binary1010001110100000111111010111101100100111010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A03F; }

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

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

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

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

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

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

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

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