#A3AD40

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

Shades of Brass #A3AD40

Tints of Brass #A3AD40

Color information

#A3AD40 (or 0xA3AD40) is unknown color: approx Brass. HEX triplet: A3, AD and 40. RGB value is (163,173,64). Sum of RGB (Red+Green+Blue) = 163+173+64=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AD40 is #5C52BF. Grayscale: #9E9E9E. Windows color (decimal): -6050496 or 4238755. OLE color: 4238755.

HSL color Cylindrical-coordinate representation of color #A3AD40: hue angle of 65.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3AD40 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB16317364-
CMYK0.0600.630.32
HSL65.5º45.99%46.47%-
HSV(B)65.5º63.01%67.84%-
XYZ30.9738.0410.56-
YUV157.5875.19131.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 173 (67.97% from 255) = 43.25%
BLUE value IS 64 (25.39% from 255) = 16%
R=40.75%
G=43.25%
B=16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163173640.0600.630.3265.545.9946.47
HexA3AD40603F20422e2e
Octal2432551006077401025656
Binary1010001110101101100000011001111111000001000010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD40; }

 p { color: rgb(163,173,64); }

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

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

 a { background-color: rgb(163,173,64); }

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

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

 span { border-color: rgb(163,173,64); }

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