#A89F39

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

Shades of Brass #A89F39

Tints of Brass #A89F39

Color information

#A89F39 (or 0xA89F39) is unknown color: approx Brass. HEX triplet: A8, 9F and 39. RGB value is (168,159,57). Sum of RGB (Red+Green+Blue) = 168+159+57=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 57 (22.66% from 255 or 14.84% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F39 is #5760C6. Grayscale: #969696. Windows color (decimal): -5726407 or 3776424. OLE color: 3776424.

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

Color convert

RGB16815957-
CMYK00.050.660.34
HSL55.14º49.33%44.12%-
HSV(B)55.14º66.07%65.88%-
XYZ29.2933.428.78-
YUV150.0675.48140.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 57 (22.66% from 255) = 14.84%
R=43.75%
G=41.41%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681595700.050.660.3455.1449.3344.12
HexA89F3905422237312c
Octal250237710510242676154
Binary101010001001111111100101011000010100010110111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F39; }

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

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

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

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

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

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

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

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