#A3A03E

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

Shades of Brass #A3A03E

Tints of Brass #A3A03E

Color information

#A3A03E (or 0xA3A03E) is unknown color: approx Brass. HEX triplet: A3, A0 and 3E. RGB value is (163,160,62). Sum of RGB (Red+Green+Blue) = 163+160+62=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A3A03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3A03E is #5C5FC1. Grayscale: #969696. Windows color (decimal): -6053826 or 4104355. OLE color: 4104355.

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

Color convert

RGB16316062-
CMYK00.020.620.36
HSL58.22º44.89%44.12%-
HSV(B)58.22º61.96%63.92%-
XYZ28.5433.289.48-
YUV149.7278.49137.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 160 (62.89% from 255) = 41.56%
BLUE value IS 62 (24.61% from 255) = 16.10%
R=42.34%
G=41.56%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631606200.020.620.3658.2244.8944.12
HexA3A03E023E243a2d2c
Octal24324076027644725554
Binary1010001110100000111110010111110100100111010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A03E; }

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

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

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

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

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

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

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

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