#A39E43

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

Shades of Brass #A39E43

Tints of Brass #A39E43

Color information

#A39E43 (or 0xA39E43) is unknown color: approx Brass. HEX triplet: A3, 9E and 43. RGB value is (163,158,67). Sum of RGB (Red+Green+Blue) = 163+158+67=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 158 (62.11% from 255 or 40.72% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E43 is #5C61BC. Grayscale: #959595. Windows color (decimal): -6054333 or 4431523. OLE color: 4431523.

HSL color Cylindrical-coordinate representation of color #A39E43: hue angle of 56.88º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A39E43 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16315867-
CMYK00.030.590.36
HSL56.88º41.74%45.1%-
HSV(B)56.88º58.9%63.92%-
XYZ28.3432.6510.12-
YUV149.1281.66137.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 158 (62.11% from 255) = 40.72%
BLUE value IS 67 (26.56% from 255) = 17.27%
R=42.01%
G=40.72%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631586700.030.590.3656.8841.7445.1
HexA39E43033B24392a2d
Octal243236103037344715255
Binary10100011100111101000011011111011100100111001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E43; }

 p { color: rgb(163,158,67); }

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

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

 a { background-color: rgb(163,158,67); }

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

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

 span { border-color: rgb(163,158,67); }

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