#A4AB46

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

Shades of Brass #A4AB46

Tints of Brass #A4AB46

Color information

#A4AB46 (or 0xA4AB46) is unknown color: approx Brass. HEX triplet: A4, AB and 46. RGB value is (164,171,70). Sum of RGB (Red+Green+Blue) = 164+171+70=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AB46 is #5B54B9. Grayscale: #9D9D9D. Windows color (decimal): -5985466 or 4631460. OLE color: 4631460.

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

Color convert

RGB16417170-
CMYK0.0400.590.33
HSL64.16º41.91%47.25%-
HSV(B)64.16º59.06%67.06%-
XYZ30.9837.4611.39-
YUV157.3978.68132.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 70 (27.73% from 255) = 17.28%
R=40.49%
G=42.22%
B=17.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164171700.0400.590.3364.1641.9147.25
HexA4AB46403B21402a2f
Octal2442531064073411005257
Binary1010010010101011100011010001110111000011000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB46; }

 p { color: rgb(164,171,70); }

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

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

 a { background-color: rgb(164,171,70); }

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

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

 span { border-color: rgb(164,171,70); }

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