#A6AA48

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

Shades of Brass #A6AA48

Tints of Brass #A6AA48

Color information

#A6AA48 (or 0xA6AA48) is unknown color: approx Brass. HEX triplet: A6, AA and 48. RGB value is (166,170,72). Sum of RGB (Red+Green+Blue) = 166+170+72=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 170 (66.80% from 255 or 41.67% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA48 is #5955B7. Grayscale: #9E9E9E. Windows color (decimal): -5854648 or 4762278. OLE color: 4762278.

HSL color Cylindrical-coordinate representation of color #A6AA48: hue angle of 62.45º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6AA48 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB16617072-
CMYK0.0200.580.33
HSL62.45º40.5%47.45%-
HSV(B)62.45º57.65%66.67%-
XYZ31.2737.3211.69-
YUV157.6379.67133.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 170 (66.80% from 255) = 41.67%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=40.69%
G=41.67%
B=17.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166170720.0200.580.3362.4540.547.45
HexA6AA48203A213e282f
Octal246252110207241765057
Binary10100110101010101001000100111010100001111110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AA48; }

 p { color: rgb(166,170,72); }

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

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

 a { background-color: rgb(166,170,72); }

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

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

 span { border-color: rgb(166,170,72); }

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