#A89F47

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

Shades of Brass #A89F47

Tints of Brass #A89F47

Color information

#A89F47 (or 0xA89F47) is unknown color: approx Brass. HEX triplet: A8, 9F and 47. RGB value is (168,159,71). Sum of RGB (Red+Green+Blue) = 168+159+71=398 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.21% from 398); Green value is 159 (62.5% from 255 or 39.95% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F47 is #5760B8. Grayscale: #989898. Windows color (decimal): -5726393 or 4693928. OLE color: 4693928.

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

Color convert

RGB16815971-
CMYK00.050.580.34
HSL54.43º40.59%46.86%-
HSV(B)54.43º57.74%65.88%-
XYZ29.6833.5810.88-
YUV151.6682.48139.66-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.21%
GREEN value IS 159 (62.5% from 255) = 39.95%
BLUE value IS 71 (28.12% from 255) = 17.84%
R=42.21%
G=39.95%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681597100.050.580.3454.4340.5946.86
HexA89F47053A2236292f
Octal250237107057242665157
Binary101010001001111110001110101111010100010110110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F47; }

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

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

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

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

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

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

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

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