#A39E4A

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

Shades of Brass #A39E4A

Tints of Brass #A39E4A

Color information

#A39E4A (or 0xA39E4A) is unknown color: approx Brass. HEX triplet: A3, 9E and 4A. RGB value is (163,158,74). Sum of RGB (Red+Green+Blue) = 163+158+74=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 74 (29.30% from 255 or 18.73% from 395); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E4A is #5C61B5. Grayscale: #969696. Windows color (decimal): -6054326 or 4890275. OLE color: 4890275.

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

Color convert

RGB16315874-
CMYK00.030.550.36
HSL56.63º37.55%46.47%-
HSV(B)56.63º54.6%63.92%-
XYZ28.5732.7311.29-
YUV149.9285.16137.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.27%
GREEN value IS 158 (62.11% from 255) = 40%
BLUE value IS 74 (29.30% from 255) = 18.73%
R=41.27%
G=40%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631587400.030.550.3656.6337.5546.47
HexA39E4A03372439262e
Octal243236112036744714656
Binary10100011100111101001010011110111100100111001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E4A; }

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

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

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

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

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

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

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

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