#A7AA40

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

Shades of Brass #A7AA40

Tints of Brass #A7AA40

Color information

#A7AA40 (or 0xA7AA40) is unknown color: approx Brass. HEX triplet: A7, AA and 40. RGB value is (167,170,64). Sum of RGB (Red+Green+Blue) = 167+170+64=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 170 (66.80% from 255 or 42.39% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 170 - color contains mainly: green. Hex color #A7AA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AA40 is #5855BF. Grayscale: #9D9D9D. Windows color (decimal): -5789120 or 4237991. OLE color: 4237991.

HSL color Cylindrical-coordinate representation of color #A7AA40: hue angle of 61.7º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7AA40 is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB16717064-
CMYK0.0200.620.33
HSL61.7º45.3%45.88%-
HSV(B)61.7º62.35%66.67%-
XYZ31.2437.3410.41-
YUV157.0275.51135.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.65%
GREEN value IS 170 (66.80% from 255) = 42.39%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=41.65%
G=42.39%
B=15.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167170640.0200.620.3361.745.345.88
HexA7AA40203E213e2d2e
Octal247252100207641765556
Binary10100111101010101000000100111110100001111110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AA40; }

 p { color: rgb(167,170,64); }

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

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

 a { background-color: rgb(167,170,64); }

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

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

 span { border-color: rgb(167,170,64); }

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