#A4A537

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

Shades of Brass #A4A537

Tints of Brass #A4A537

Color information

#A4A537 (or 0xA4A537) is unknown color: approx Brass. HEX triplet: A4, A5 and 37. RGB value is (164,165,55). Sum of RGB (Red+Green+Blue) = 164+165+55=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 55 (21.88% from 255 or 14.32% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A537 is #5B5AC8. Grayscale: #989898. Windows color (decimal): -5987017 or 3646884. OLE color: 3646884.

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

Color convert

RGB16416555-
CMYK0.0100.670.35
HSL60.55º50%43.14%-
HSV(B)60.55º66.67%64.71%-
XYZ29.4535.088.83-
YUV152.1673.17136.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.71%
GREEN value IS 165 (64.84% from 255) = 42.97%
BLUE value IS 55 (21.88% from 255) = 14.32%
R=42.71%
G=42.97%
B=14.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal164165550.0100.670.3560.555043.14
HexA4A5371043233d322b
Octal244245671010343756253
Binary1010010010100101110111101000011100011111101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A537; }

 p { color: rgb(164,165,55); }

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

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

 a { background-color: rgb(164,165,55); }

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

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

 span { border-color: rgb(164,165,55); }

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