#A8AA41

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

Shades of Brass #A8AA41

Tints of Brass #A8AA41

Color information

#A8AA41 (or 0xA8AA41) is unknown color: approx Brass. HEX triplet: A8, AA and 41. RGB value is (168,170,65). Sum of RGB (Red+Green+Blue) = 168+170+65=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8AA41 is #5755BE. Grayscale: #9D9D9D. Windows color (decimal): -5723583 or 4303528. OLE color: 4303528.

HSL color Cylindrical-coordinate representation of color #A8AA41: hue angle of 61.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8AA41 is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB16817065-
CMYK0.0100.620.33
HSL61.14º44.68%46.08%-
HSV(B)61.14º61.76%66.67%-
XYZ31.4837.4610.57-
YUV157.4375.84135.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.69%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 65 (25.78% from 255) = 16.13%
R=41.69%
G=42.18%
B=16.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168170650.0100.620.3361.1444.6846.08
HexA8AA41103E213d2d2e
Octal250252101107641755556
Binary1010100010101010100000110111110100001111101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AA41; }

 p { color: rgb(168,170,65); }

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

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

 a { background-color: rgb(168,170,65); }

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

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

 span { border-color: rgb(168,170,65); }

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