#A4B037

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

Shades of Brass #A4B037

Tints of Brass #A4B037

Color information

#A4B037 (or 0xA4B037) is unknown color: approx Brass. HEX triplet: A4, B0 and 37. RGB value is (164,176,55). Sum of RGB (Red+Green+Blue) = 164+176+55=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 176 - color contains mainly: green. Hex color #A4B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B037 is #5B4FC8. Grayscale: #9F9F9F. Windows color (decimal): -5984201 or 3649700. OLE color: 3649700.

HSL color Cylindrical-coordinate representation of color #A4B037: hue angle of 65.95º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4B037 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB16417655-
CMYK0.0700.690.31
HSL65.95º52.38%45.29%-
HSV(B)65.95º68.75%69.02%-
XYZ31.5239.229.52-
YUV158.6269.52131.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.52%
GREEN value IS 176 (69.14% from 255) = 44.56%
BLUE value IS 55 (21.88% from 255) = 13.92%
R=41.52%
G=44.56%
B=13.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164176550.0700.690.3165.9552.3845.29
HexA4B03770451F42342d
Octal2442606770105371026455
Binary101001001011000011011111101000101111111000010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B037; }

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

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

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

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

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

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

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

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