#A4AC42

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

Shades of Brass #A4AC42

Tints of Brass #A4AC42

Color information

#A4AC42 (or 0xA4AC42) is unknown color: approx Brass. HEX triplet: A4, AC and 42. RGB value is (164,172,66). Sum of RGB (Red+Green+Blue) = 164+172+66=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 66 (26.17% from 255 or 16.42% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #A4AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AC42 is #5B53BD. Grayscale: #9D9D9D. Windows color (decimal): -5985214 or 4369572. OLE color: 4369572.

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

Color convert

RGB16417266-
CMYK0.0500.620.33
HSL64.53º44.54%46.67%-
HSV(B)64.53º61.63%67.45%-
XYZ31.0537.7910.81-
YUV157.5276.35132.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.80%
GREEN value IS 172 (67.58% from 255) = 42.79%
BLUE value IS 66 (26.17% from 255) = 16.42%
R=40.80%
G=42.79%
B=16.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164172660.0500.620.3364.5344.5446.67
HexA4AC42503E21412d2f
Octal2442541025076411015557
Binary1010010010101100100001010101111101000011000001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AC42; }

 p { color: rgb(164,172,66); }

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

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

 a { background-color: rgb(164,172,66); }

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

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

 span { border-color: rgb(164,172,66); }

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