#A7A94C

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

Shades of Brass #A7A94C

Tints of Brass #A7A94C

Color information

#A7A94C (or 0xA7A94C) is unknown color: approx Brass. HEX triplet: A7, A9 and 4C. RGB value is (167,169,76). Sum of RGB (Red+Green+Blue) = 167+169+76=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A94C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A94C is #5856B3. Grayscale: #9E9E9E. Windows color (decimal): -5789364 or 5024167. OLE color: 5024167.

HSL color Cylindrical-coordinate representation of color #A7A94C: hue angle of 61.29º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7A94C is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB16716976-
CMYK0.0100.550.34
HSL61.29º37.96%48.04%-
HSV(B)61.29º55.03%66.27%-
XYZ31.4337.1112.34-
YUV157.881.84134.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 169 (66.41% from 255) = 41.02%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=40.53%
G=41.02%
B=18.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal167169760.0100.550.3461.2937.9648.04
HexA7A94C1037223d2630
Octal247251114106742754660
Binary1010011110101001100110010110111100010111101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A94C; }

 p { color: rgb(167,169,76); }

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

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

 a { background-color: rgb(167,169,76); }

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

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

 span { border-color: rgb(167,169,76); }

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