#A69F47

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

Shades of Brass #A69F47

Tints of Brass #A69F47

Color information

#A69F47 (or 0xA69F47) is unknown color: approx Brass. HEX triplet: A6, 9F and 47. RGB value is (166,159,71). Sum of RGB (Red+Green+Blue) = 166+159+71=396 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.92% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 166 - color contains mainly: red. Hex color #A69F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69F47 is #5960B8. Grayscale: #979797. Windows color (decimal): -5857465 or 4693926. OLE color: 4693926.

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

Color convert

RGB16615971-
CMYK00.040.570.35
HSL55.58º40.08%46.47%-
HSV(B)55.58º57.23%65.1%-
XYZ29.2633.3610.86-
YUV151.0682.82138.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.92%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 71 (28.12% from 255) = 17.93%
R=41.92%
G=40.15%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661597100.040.570.3555.5840.0846.47
HexA69F4704392338282e
Octal246237107047143705056
Binary101001101001111110001110100111001100011111000101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69F47; }

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

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

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

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

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

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

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

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