#A89E3E

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

Shades of Brass #A89E3E

Tints of Brass #A89E3E

Color information

#A89E3E (or 0xA89E3E) is unknown color: approx Brass. HEX triplet: A8, 9E and 3E. RGB value is (168,158,62). Sum of RGB (Red+Green+Blue) = 168+158+62=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A89E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89E3E is #5761C1. Grayscale: #969696. Windows color (decimal): -5726658 or 4103848. OLE color: 4103848.

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

Color convert

RGB16815862-
CMYK00.060.630.34
HSL54.34º46.09%45.1%-
HSV(B)54.34º63.1%65.88%-
XYZ29.2433.139.41-
YUV150.0578.31140.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 62 (24.61% from 255) = 15.98%
R=43.30%
G=40.72%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681586200.060.630.3454.3446.0945.1
HexA89E3E063F22362e2d
Octal25023676067742665655
Binary10101000100111101111100110111111100010110110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89E3E; }

 p { color: rgb(168,158,62); }

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

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

 a { background-color: rgb(168,158,62); }

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

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

 span { border-color: rgb(168,158,62); }

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