#A6A451

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

Shades of Brass #A6A451

Tints of Brass #A6A451

Color information

#A6A451 (or 0xA6A451) is unknown color: approx Brass. HEX triplet: A6, A4 and 51. RGB value is (166,164,81). Sum of RGB (Red+Green+Blue) = 166+164+81=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 81 (32.03% from 255 or 19.71% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A451 is #595BAE. Grayscale: #9B9B9B. Windows color (decimal): -5856175 or 5350566. OLE color: 5350566.

HSL color Cylindrical-coordinate representation of color #A6A451: hue angle of 58.59º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6A451 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16616481-
CMYK00.010.510.35
HSL58.59º34.41%48.43%-
HSV(B)58.59º51.2%65.1%-
XYZ30.4935.2512.98-
YUV155.1486.16135.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 164 (64.45% from 255) = 39.90%
BLUE value IS 81 (32.03% from 255) = 19.71%
R=40.39%
G=39.90%
B=19.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661648100.010.510.3558.5934.4148.43
HexA6A4510133233b2230
Octal246244121016343734260
Binary1010011010100100101000101110011100011111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A451; }

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

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

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

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

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

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

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

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