#a3ae39

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

Shades of Brass #A3AE39

Tints of Brass #A3AE39

Color information

#A3AE39 (or 0xA3AE39) is unknown color: approx Brass. HEX triplet: A3, AE and 39. RGB value is (163,174,57). Sum of RGB (Red+Green+Blue) = 163+174+57=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 57 (22.66% from 255 or 14.47% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AE39 is #5C51C6. Grayscale: #9D9D9D. Windows color (decimal): -6050247 or 3780259. OLE color: 3780259.

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

Color convert

RGB16317457-
CMYK0.0600.670.32
HSL65.64º50.65%45.29%-
HSV(B)65.64º67.24%68.24%-
XYZ30.9838.359.64-
YUV157.3771.36132.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.37%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 57 (22.66% from 255) = 14.47%
R=41.37%
G=44.16%
B=14.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163174570.0600.670.3265.6450.6545.29
HexA3AE3960432042332d
Octal2432567160103401026355
Binary1010001110101110111001110010000111000001000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3ae39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3ae39; }

 p { color: rgb(163,174,57); }

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

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

 a { background-color: rgb(163,174,57); }

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

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

 span { border-color: rgb(163,174,57); }

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