#A89C39

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

Shades of Brass #A89C39

Tints of Brass #A89C39

Color information

#A89C39 (or 0xA89C39) is unknown color: approx Brass. HEX triplet: A8, 9C and 39. RGB value is (168,156,57). Sum of RGB (Red+Green+Blue) = 168+156+57=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C39 is #5763C6. Grayscale: #949494. Windows color (decimal): -5727175 or 3775656. OLE color: 3775656.

HSL color Cylindrical-coordinate representation of color #A89C39: hue angle of 53.51º 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 #A89C39 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB16815657-
CMYK00.070.660.34
HSL53.51º49.33%44.12%-
HSV(B)53.51º66.07%65.88%-
XYZ28.7832.48.61-
YUV148.376.48142.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 156 (61.33% from 255) = 40.94%
BLUE value IS 57 (22.66% from 255) = 14.96%
R=44.09%
G=40.94%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681565700.070.660.3453.5149.3344.12
HexA89C3907422236312c
Octal250234710710242666154
Binary101010001001110011100101111000010100010110110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C39; }

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

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

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

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

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

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

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

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