#A6A431

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

Shades of Brass #A6A431

Tints of Brass #A6A431

Color information

#A6A431 (or 0xA6A431) is unknown color: approx Brass. HEX triplet: A6, A4 and 31. RGB value is (166,164,49). Sum of RGB (Red+Green+Blue) = 166+164+49=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A431 is #595BCE. Grayscale: #979797. Windows color (decimal): -5856207 or 3253414. OLE color: 3253414.

HSL color Cylindrical-coordinate representation of color #A6A431: hue angle of 58.97º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6A431 is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16616449-
CMYK00.010.700.35
HSL58.97º54.42%42.16%-
HSV(B)58.97º70.48%65.1%-
XYZ29.5634.888.08-
YUV151.4970.16138.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 49 (19.53% from 255) = 12.93%
R=43.80%
G=43.27%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661644900.010.700.3558.9754.4242.16
HexA6A4310146233b362a
Octal246244610110643736652
Binary1010011010100100110001011000110100011111011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A431; }

 p { color: rgb(166,164,49); }

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

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

 a { background-color: rgb(166,164,49); }

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

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

 span { border-color: rgb(166,164,49); }

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