#A9AC48

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

Shades of Brass #A9AC48

Tints of Brass #A9AC48

Color information

#A9AC48 (or 0xA9AC48) is unknown color: approx Brass. HEX triplet: A9, AC and 48. RGB value is (169,172,72). Sum of RGB (Red+Green+Blue) = 169+172+72=413 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.92% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AC48 is #5653B7. Grayscale: #A0A0A0. Windows color (decimal): -5657528 or 4762793. OLE color: 4762793.

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

Color convert

RGB16917272-
CMYK0.0200.580.33
HSL61.8º40.98%47.84%-
HSV(B)61.8º58.14%67.45%-
XYZ32.2838.4111.84-
YUV159.778.51134.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.92%
GREEN value IS 172 (67.58% from 255) = 41.65%
BLUE value IS 72 (28.52% from 255) = 17.43%
R=40.92%
G=41.65%
B=17.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169172720.0200.580.3361.840.9847.84
HexA9AC48203A213e2930
Octal251254110207241765160
Binary10101001101011001001000100111010100001111110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC48; }

 p { color: rgb(169,172,72); }

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

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

 a { background-color: rgb(169,172,72); }

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

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

 span { border-color: rgb(169,172,72); }

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