#A6A352

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

Shades of Brass #A6A352

Tints of Brass #A6A352

Color information

#A6A352 (or 0xA6A352) is unknown color: approx Brass. HEX triplet: A6, A3 and 52. RGB value is (166,163,82). Sum of RGB (Red+Green+Blue) = 166+163+82=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A352 is #595CAD. Grayscale: #9A9A9A. Windows color (decimal): -5856430 or 5415846. OLE color: 5415846.

HSL color Cylindrical-coordinate representation of color #A6A352: hue angle of 57.86º 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 #A6A352 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB16616382-
CMYK00.020.510.35
HSL57.86º33.87%48.63%-
HSV(B)57.86º50.6%65.1%-
XYZ30.3534.9113.12-
YUV154.6686.99136.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 163 (64.06% from 255) = 39.66%
BLUE value IS 82 (32.42% from 255) = 19.95%
R=40.39%
G=39.66%
B=19.95%

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
Decimal1661638200.020.510.3557.8633.8748.63
HexA6A3520233233a2231
Octal246243122026343724261
Binary10100110101000111010010010110011100011111010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6A352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6A352; }

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

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

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

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

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

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

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

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