#A89F35

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

Shades of Brass #A89F35

Tints of Brass #A89F35

Color information

#A89F35 (or 0xA89F35) is unknown color: approx Brass. HEX triplet: A8, 9F and 35. RGB value is (168,159,53). Sum of RGB (Red+Green+Blue) = 168+159+53=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A89F35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89F35 is #5760CA. Grayscale: #969696. Windows color (decimal): -5726411 or 3514280. OLE color: 3514280.

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

Color convert

RGB16815953-
CMYK00.050.680.34
HSL55.3º52.04%43.33%-
HSV(B)55.3º68.45%65.88%-
XYZ29.1933.388.27-
YUV149.6173.48141.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 53 (21.09% from 255) = 13.95%
R=44.21%
G=41.84%
B=13.95%

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
Decimal1681595300.050.680.3455.352.0443.33
HexA89F3505442237342b
Octal250237650510442676453
Binary101010001001111111010101011000100100010110111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89F35; }

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

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

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

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

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

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

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

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