#a4a234

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

Shades of Brass #A4A234

Tints of Brass #A4A234

Color information

#A4A234 (or 0xA4A234) is unknown color: approx Brass. HEX triplet: A4, A2 and 34. RGB value is (164,162,52). Sum of RGB (Red+Green+Blue) = 164+162+52=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A234 is #5B5DCB. Grayscale: #969696. Windows color (decimal): -5987788 or 3449508. OLE color: 3449508.

HSL color Cylindrical-coordinate representation of color #A4A234: hue angle of 58.93º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4A234 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB16416252-
CMYK00.010.680.36
HSL58.93º51.85%42.35%-
HSV(B)58.93º68.29%64.31%-
XYZ28.8533.988.29-
YUV150.0672.66137.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 52 (20.70% from 255) = 13.76%
R=43.39%
G=42.86%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641625200.010.680.3658.9351.8542.35
HexA4A2340144243b342a
Octal244242640110444736452
Binary1010010010100010110100011000100100100111011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4a234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4a234; }

 p { color: rgb(164,162,52); }

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

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

 a { background-color: rgb(164,162,52); }

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

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

 span { border-color: rgb(164,162,52); }

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