#A7A337

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

Shades of Brass #A7A337

Tints of Brass #A7A337

Color information

#A7A337 (or 0xA7A337) is unknown color: approx Brass. HEX triplet: A7, A3 and 37. RGB value is (167,163,55). Sum of RGB (Red+Green+Blue) = 167+163+55=385 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.38% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A337 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A337 is #585CC8. Grayscale: #989898. Windows color (decimal): -5790921 or 3646375. OLE color: 3646375.

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

Color convert

RGB16716355-
CMYK00.020.670.35
HSL57.86º50.45%43.53%-
HSV(B)57.86º67.07%65.49%-
XYZ29.7234.698.74-
YUV151.8873.33138.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.38%
GREEN value IS 163 (64.06% from 255) = 42.34%
BLUE value IS 55 (21.88% from 255) = 14.29%
R=43.38%
G=42.34%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671635500.020.670.3557.8650.4543.53
HexA7A3370243233a322c
Octal247243670210343726254
Binary10100111101000111101110101000011100011111010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A337; }

 p { color: rgb(167,163,55); }

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

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

 a { background-color: rgb(167,163,55); }

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

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

 span { border-color: rgb(167,163,55); }

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