#A5A94C

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

Shades of Brass #A5A94C

Tints of Brass #A5A94C

Color information

#A5A94C (or 0xA5A94C) is unknown color: approx Brass. HEX triplet: A5, A9 and 4C. RGB value is (165,169,76). Sum of RGB (Red+Green+Blue) = 165+169+76=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A94C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5A94C is #5A56B3. Grayscale: #9D9D9D. Windows color (decimal): -5920436 or 5024165. OLE color: 5024165.

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

Color convert

RGB16516976-
CMYK0.0200.550.34
HSL62.58º37.96%48.04%-
HSV(B)62.58º55.03%66.27%-
XYZ31.0136.912.32-
YUV157.282.17133.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 169 (66.41% from 255) = 41.22%
BLUE value IS 76 (30.08% from 255) = 18.54%
R=40.24%
G=41.22%
B=18.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal165169760.0200.550.3462.5837.9648.04
HexA5A94C2037223f2630
Octal245251114206742774660
Binary10100101101010011001100100110111100010111111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A94C; }

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

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

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

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

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

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

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

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