#A89F36

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

Shades of Brass #A89F36

Tints of Brass #A89F36

Color information

#A89F36 (or 0xA89F36) is unknown color: approx Brass. HEX triplet: A8, 9F and 36. RGB value is (168,159,54). Sum of RGB (Red+Green+Blue) = 168+159+54=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 54 (21.48% from 255 or 14.17% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F36 is #5760C9. Grayscale: #969696. Windows color (decimal): -5726410 or 3579816. OLE color: 3579816.

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

Color convert

RGB16815954-
CMYK00.050.680.34
HSL55.26º51.35%43.53%-
HSV(B)55.26º67.86%65.88%-
XYZ29.2133.398.39-
YUV149.7273.98141.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 159 (62.5% from 255) = 41.73%
BLUE value IS 54 (21.48% from 255) = 14.17%
R=44.09%
G=41.73%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681595400.050.680.3455.2651.3543.53
HexA89F3605442237332c
Octal250237660510442676354
Binary101010001001111111011001011000100100010110111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F36; }

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

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

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

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

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

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

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

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