#A8A649

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

Shades of Brass #A8A649

Tints of Brass #A8A649

Color information

#A8A649 (or 0xA8A649) is unknown color: approx Brass. HEX triplet: A8, A6 and 49. RGB value is (168,166,73). Sum of RGB (Red+Green+Blue) = 168+166+73=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 166 (65.23% from 255 or 40.79% from 407); Blue value is 73 (28.91% from 255 or 17.94% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A649 is #5759B6. Grayscale: #9C9C9C. Windows color (decimal): -5724599 or 4826792. OLE color: 4826792.

HSL color Cylindrical-coordinate representation of color #A8A649: hue angle of 58.74º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8A649 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB16816673-
CMYK00.010.570.34
HSL58.74º39.42%47.25%-
HSV(B)58.74º56.55%65.88%-
XYZ30.9936.0811.63-
YUV15681.16136.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 166 (65.23% from 255) = 40.79%
BLUE value IS 73 (28.91% from 255) = 17.94%
R=41.28%
G=40.79%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681667300.010.570.3458.7439.4247.25
HexA8A6490139223b272f
Octal250246111017142734757
Binary1010100010100110100100101111001100010111011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A649; }

 p { color: rgb(168,166,73); }

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

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

 a { background-color: rgb(168,166,73); }

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

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

 span { border-color: rgb(168,166,73); }

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