#A69F49

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

Shades of Brass #A69F49

Tints of Brass #A69F49

Color information

#A69F49 (or 0xA69F49) is unknown color: approx Brass. HEX triplet: A6, 9F and 49. RGB value is (166,159,73). Sum of RGB (Red+Green+Blue) = 166+159+73=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69F49 is #5960B6. Grayscale: #979797. Windows color (decimal): -5857463 or 4824998. OLE color: 4824998.

HSL color Cylindrical-coordinate representation of color #A69F49: hue angle of 55.48º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A69F49 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB16615973-
CMYK00.040.560.35
HSL55.48º38.91%46.86%-
HSV(B)55.48º56.02%65.1%-
XYZ29.3333.3811.2-
YUV151.2983.82138.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.71%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 73 (28.91% from 255) = 18.34%
R=41.71%
G=39.95%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661597300.040.560.3555.4838.9146.86
HexA69F4904382337272f
Octal246237111047043674757
Binary101001101001111110010010100111000100011110111100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F49; }

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

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

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

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

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

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

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

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