#A4A738

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

Shades of Brass #A4A738

Tints of Brass #A4A738

Color information

#A4A738 (or 0xA4A738) is unknown color: approx Brass. HEX triplet: A4, A7 and 38. RGB value is (164,167,56). Sum of RGB (Red+Green+Blue) = 164+167+56=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A738 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A738 is #5B58C7. Grayscale: #999999. Windows color (decimal): -5986504 or 3712932. OLE color: 3712932.

HSL color Cylindrical-coordinate representation of color #A4A738: hue angle of 61.62º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A4A738 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16416756-
CMYK0.0200.660.35
HSL61.62º49.78%43.73%-
HSV(B)61.62º66.47%65.49%-
XYZ29.8435.829.08-
YUV153.4573.01135.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 167 (65.62% from 255) = 43.15%
BLUE value IS 56 (22.27% from 255) = 14.47%
R=42.38%
G=43.15%
B=14.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164167560.0200.660.3561.6249.7843.73
HexA4A7382042233e322c
Octal244247702010243766254
Binary10100100101001111110001001000010100011111110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A738; }

 p { color: rgb(164,167,56); }

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

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

 a { background-color: rgb(164,167,56); }

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

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

 span { border-color: rgb(164,167,56); }

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