#A4A13A

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

Shades of Brass #A4A13A

Tints of Brass #A4A13A

Color information

#A4A13A (or 0xA4A13A) is unknown color: approx Brass. HEX triplet: A4, A1 and 3A. RGB value is (164,161,58). Sum of RGB (Red+Green+Blue) = 164+161+58=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A13A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A13A is #5B5EC5. Grayscale: #969696. Windows color (decimal): -5988038 or 3842468. OLE color: 3842468.

HSL color Cylindrical-coordinate representation of color #A4A13A: hue angle of 58.3º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4A13A is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16416158-
CMYK00.020.650.36
HSL58.3º47.75%43.53%-
HSV(B)58.3º64.63%64.31%-
XYZ28.8233.698.99-
YUV150.1675.99137.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 161 (63.28% from 255) = 42.04%
BLUE value IS 58 (23.05% from 255) = 15.14%
R=42.82%
G=42.04%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641615800.020.650.3658.347.7543.53
HexA4A13A0241243a302c
Octal244241720210144726054
Binary10100100101000011110100101000001100100111010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A13A; }

 p { color: rgb(164,161,58); }

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

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

 a { background-color: rgb(164,161,58); }

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

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

 span { border-color: rgb(164,161,58); }

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