#A4A948

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

Shades of Brass #A4A948

Tints of Brass #A4A948

Color information

#A4A948 (or 0xA4A948) is unknown color: approx Brass. HEX triplet: A4, A9 and 48. RGB value is (164,169,72). Sum of RGB (Red+Green+Blue) = 164+169+72=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #A4A948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A948 is #5B56B7. Grayscale: #9C9C9C. Windows color (decimal): -5985976 or 4762020. OLE color: 4762020.

HSL color Cylindrical-coordinate representation of color #A4A948: hue angle of 63.09º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4A948 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16416972-
CMYK0.0300.570.34
HSL63.09º40.25%47.25%-
HSV(B)63.09º57.4%66.27%-
XYZ30.6736.7411.61-
YUV156.4580.34133.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.49%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 72 (28.52% from 255) = 17.78%
R=40.49%
G=41.73%
B=17.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal164169720.0300.570.3463.0940.2547.25
HexA4A9483039223f282f
Octal244251110307142775057
Binary10100100101010011001000110111001100010111111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A948; }

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

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

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

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

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

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

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

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