#A3AE36

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

Shades of Brass #A3AE36

Tints of Brass #A3AE36

Color information

#A3AE36 (or 0xA3AE36) is unknown color: approx Brass. HEX triplet: A3, AE and 36. RGB value is (163,174,54). Sum of RGB (Red+Green+Blue) = 163+174+54=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #A3AE36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AE36 is #5C51C9. Grayscale: #9D9D9D. Windows color (decimal): -6050250 or 3583651. OLE color: 3583651.

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

Color convert

RGB16317454-
CMYK0.0600.690.32
HSL65.5º52.63%44.71%-
HSV(B)65.5º68.97%68.24%-
XYZ30.9138.329.26-
YUV157.0369.86132.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=41.69%
G=44.50%
B=13.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal163174540.0600.690.3265.552.6344.71
HexA3AE3660452042352d
Octal2432566660105401026555
Binary1010001110101110110110110010001011000001000010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AE36; }

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

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

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

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

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

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

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

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