#A8AC40

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

Shades of Brass #A8AC40

Tints of Brass #A8AC40

Color information

#A8AC40 (or 0xA8AC40) is unknown color: approx Brass. HEX triplet: A8, AC and 40. RGB value is (168,172,64). Sum of RGB (Red+Green+Blue) = 168+172+64=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #A8AC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AC40 is #5753BF. Grayscale: #9E9E9E. Windows color (decimal): -5723072 or 4238504. OLE color: 4238504.

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

Color convert

RGB16817264-
CMYK0.0200.630.33
HSL62.22º45.76%46.27%-
HSV(B)62.22º62.79%67.45%-
XYZ31.8338.210.55-
YUV158.4974.67134.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.58%
GREEN value IS 172 (67.58% from 255) = 42.57%
BLUE value IS 64 (25.39% from 255) = 15.84%
R=41.58%
G=42.57%
B=15.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168172640.0200.630.3362.2245.7646.27
HexA8AC40203F213e2e2e
Octal250254100207741765656
Binary10101000101011001000000100111111100001111110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AC40; }

 p { color: rgb(168,172,64); }

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

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

 a { background-color: rgb(168,172,64); }

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

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

 span { border-color: rgb(168,172,64); }

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