#A69E47

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

Shades of Brass #A69E47

Tints of Brass #A69E47

Color information

#A69E47 (or 0xA69E47) is unknown color: approx Brass. HEX triplet: A6, 9E and 47. RGB value is (166,158,71). Sum of RGB (Red+Green+Blue) = 166+158+71=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 166 - color contains mainly: red. Hex color #A69E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69E47 is #5961B8. Grayscale: #969696. Windows color (decimal): -5857721 or 4693670. OLE color: 4693670.

HSL color Cylindrical-coordinate representation of color #A69E47: hue angle of 54.95º 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 #A69E47 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16615871-
CMYK00.050.570.35
HSL54.95º40.08%46.47%-
HSV(B)54.95º57.23%65.1%-
XYZ29.0933.0210.8-
YUV150.4783.15139.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=42.03%
G=40%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661587100.050.570.3554.9540.0846.47
HexA69E4705392337282e
Octal246236107057143675056
Binary101001101001111010001110101111001100011110111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69E47; }

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

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

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

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

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

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

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

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