#A5B037

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

Shades of Brass #A5B037

Tints of Brass #A5B037

Color information

#A5B037 (or 0xA5B037) is unknown color: approx Brass. HEX triplet: A5, B0 and 37. RGB value is (165,176,55). Sum of RGB (Red+Green+Blue) = 165+176+55=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B037 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B037 is #5A4FC8. Grayscale: #9F9F9F. Windows color (decimal): -5918665 or 3649701. OLE color: 3649701.

HSL color Cylindrical-coordinate representation of color #A5B037: hue angle of 65.45º 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 #A5B037 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB16517655-
CMYK0.0600.690.31
HSL65.45º52.38%45.29%-
HSV(B)65.45º68.75%69.02%-
XYZ31.7339.339.53-
YUV158.9269.36132.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 176 (69.14% from 255) = 44.44%
BLUE value IS 55 (21.88% from 255) = 13.89%
R=41.67%
G=44.44%
B=13.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165176550.0600.690.3165.4552.3845.29
HexA5B03760451F41342d
Octal2452606760105371016455
Binary101001011011000011011111001000101111111000001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B037; }

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

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

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

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

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

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

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

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