#A7A84C

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

Shades of Brass #A7A84C

Tints of Brass #A7A84C

Color information

#A7A84C (or 0xA7A84C) is unknown color: approx Brass. HEX triplet: A7, A8 and 4C. RGB value is (167,168,76). Sum of RGB (Red+Green+Blue) = 167+168+76=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A84C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A84C is #5857B3. Grayscale: #9D9D9D. Windows color (decimal): -5789620 or 5023911. OLE color: 5023911.

HSL color Cylindrical-coordinate representation of color #A7A84C: hue angle of 60.65º 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 #A7A84C is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB16716876-
CMYK0.0100.550.34
HSL60.65º37.7%47.84%-
HSV(B)60.65º54.76%65.88%-
XYZ31.2436.7412.28-
YUV157.2182.17134.98-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 76 (30.08% from 255) = 18.49%
R=40.63%
G=40.88%
B=18.49%

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
Decimal167168760.0100.550.3460.6537.747.84
HexA7A84C1037223d2630
Octal247250114106742754660
Binary1010011110101000100110010110111100010111101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7A84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7A84C; }

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

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

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

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

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

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

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

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