#A89C43

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

Shades of Brass #A89C43

Tints of Brass #A89C43

Color information

#A89C43 (or 0xA89C43) is unknown color: approx Brass. HEX triplet: A8, 9C and 43. RGB value is (168,156,67). Sum of RGB (Red+Green+Blue) = 168+156+67=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 168 - color contains mainly: red. Hex color #A89C43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89C43 is #5763BC. Grayscale: #959595. Windows color (decimal): -5727165 or 4431016. OLE color: 4431016.

HSL color Cylindrical-coordinate representation of color #A89C43: hue angle of 52.87º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A89C43 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB16815667-
CMYK00.070.600.34
HSL52.87º42.98%46.08%-
HSV(B)52.87º60.12%65.88%-
XYZ29.0532.5110.05-
YUV149.4481.48141.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.97%
GREEN value IS 156 (61.33% from 255) = 39.90%
BLUE value IS 67 (26.56% from 255) = 17.14%
R=42.97%
G=39.90%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681566700.070.600.3452.8742.9846.08
HexA89C43073C22352b2e
Octal250234103077442655356
Binary101010001001110010000110111111100100010110101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89C43; }

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

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

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

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

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

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

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

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