#A8A94D

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

Shades of Brass #A8A94D

Tints of Brass #A8A94D

Color information

#A8A94D (or 0xA8A94D) is unknown color: approx Brass. HEX triplet: A8, A9 and 4D. RGB value is (168,169,77). Sum of RGB (Red+Green+Blue) = 168+169+77=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 77 (30.47% from 255 or 18.60% from 414); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A94D is #5756B2. Grayscale: #9E9E9E. Windows color (decimal): -5723827 or 5089704. OLE color: 5089704.

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

Color convert

RGB16816977-
CMYK0.0100.540.34
HSL60.65º37.4%48.24%-
HSV(B)60.65º54.44%66.27%-
XYZ31.6837.2412.54-
YUV158.2182.17134.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 169 (66.41% from 255) = 40.82%
BLUE value IS 77 (30.47% from 255) = 18.60%
R=40.58%
G=40.82%
B=18.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168169770.0100.540.3460.6537.448.24
HexA8A94D1036223d2530
Octal250251115106642754560
Binary1010100010101001100110110110110100010111101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A94D; }

 p { color: rgb(168,169,77); }

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

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

 a { background-color: rgb(168,169,77); }

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

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

 span { border-color: rgb(168,169,77); }

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