#A6A252

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

Shades of Brass #A6A252

Tints of Brass #A6A252

Color information

#A6A252 (or 0xA6A252) is unknown color: approx Brass. HEX triplet: A6, A2 and 52. RGB value is (166,162,82). Sum of RGB (Red+Green+Blue) = 166+162+82=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A252 is #595DAD. Grayscale: #9A9A9A. Windows color (decimal): -5856686 or 5415590. OLE color: 5415590.

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

Color convert

RGB16616282-
CMYK00.020.510.35
HSL57.14º33.87%48.63%-
HSV(B)57.14º50.6%65.1%-
XYZ30.1734.5613.06-
YUV154.0887.33136.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 82 (32.42% from 255) = 20%
R=40.49%
G=39.51%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661628200.020.510.3557.1433.8748.63
HexA6A252023323392231
Octal246242122026343714261
Binary10100110101000101010010010110011100011111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A252; }

 p { color: rgb(166,162,82); }

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

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

 a { background-color: rgb(166,162,82); }

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

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

 span { border-color: rgb(166,162,82); }

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