#A4A936

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

Shades of Brass #A4A936

Tints of Brass #A4A936

Color information

#A4A936 (or 0xA4A936) is unknown color: approx Brass. HEX triplet: A4, A9 and 36. RGB value is (164,169,54). Sum of RGB (Red+Green+Blue) = 164+169+54=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A936 is #5B56C9. Grayscale: #9A9A9A. Windows color (decimal): -5985994 or 3582372. OLE color: 3582372.

HSL color Cylindrical-coordinate representation of color #A4A936: hue angle of 62.61º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4A936 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB16416954-
CMYK0.0300.680.34
HSL62.61º51.57%43.73%-
HSV(B)62.61º68.05%66.27%-
XYZ30.1636.538.95-
YUV154.3971.34134.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 169 (66.41% from 255) = 43.67%
BLUE value IS 54 (21.48% from 255) = 13.95%
R=42.38%
G=43.67%
B=13.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164169540.0300.680.3462.6151.5743.73
HexA4A9363044223f342c
Octal244251663010442776454
Binary10100100101010011101101101000100100010111111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A936; }

 p { color: rgb(164,169,54); }

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

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

 a { background-color: rgb(164,169,54); }

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

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

 span { border-color: rgb(164,169,54); }

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