#A9AC38

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

Shades of Brass #A9AC38

Tints of Brass #A9AC38

Color information

#A9AC38 (or 0xA9AC38) is unknown color: approx Brass. HEX triplet: A9, AC and 38. RGB value is (169,172,56). Sum of RGB (Red+Green+Blue) = 169+172+56=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AC38 is #5653C7. Grayscale: #9E9E9E. Windows color (decimal): -5657544 or 3714217. OLE color: 3714217.

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

Color convert

RGB16917256-
CMYK0.0200.670.33
HSL61.55º50.88%44.71%-
HSV(B)61.55º67.44%67.45%-
XYZ31.8338.239.44-
YUV157.8870.51135.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 56 (22.27% from 255) = 14.11%
R=42.57%
G=43.32%
B=14.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169172560.0200.670.3361.5550.8844.71
HexA9AC382043213e332d
Octal251254702010341766355
Binary10101001101011001110001001000011100001111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AC38; }

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

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

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

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

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

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

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

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