#A89D3F

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

Shades of Brass #A89D3F

Tints of Brass #A89D3F

Color information

#A89D3F (or 0xA89D3F) is unknown color: approx Brass. HEX triplet: A8, 9D and 3F. RGB value is (168,157,63). Sum of RGB (Red+Green+Blue) = 168+157+63=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A89D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89D3F is #5762C0. Grayscale: #959595. Windows color (decimal): -5726913 or 4169128. OLE color: 4169128.

HSL color Cylindrical-coordinate representation of color #A89D3F: hue angle of 53.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A89D3F is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB16815763-
CMYK00.070.630.34
HSL53.71º45.45%45.29%-
HSV(B)53.71º62.5%65.88%-
XYZ29.132.89.5-
YUV149.5779.14141.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 157 (61.72% from 255) = 40.46%
BLUE value IS 63 (25% from 255) = 16.24%
R=43.30%
G=40.46%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681576300.070.630.3453.7145.4545.29
HexA89D3F073F22362d2d
Octal25023577077742665555
Binary10101000100111011111110111111111100010110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89D3F; }

 p { color: rgb(168,157,63); }

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

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

 a { background-color: rgb(168,157,63); }

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

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

 span { border-color: rgb(168,157,63); }

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