#A39E45

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

Shades of Brass #A39E45

Tints of Brass #A39E45

Color information

#A39E45 (or 0xA39E45) is unknown color: approx Brass. HEX triplet: A3, 9E and 45. RGB value is (163,158,69). Sum of RGB (Red+Green+Blue) = 163+158+69=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 69 (27.34% from 255 or 17.69% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A39E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39E45 is #5C61BA. Grayscale: #959595. Windows color (decimal): -6054331 or 4562595. OLE color: 4562595.

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

Color convert

RGB16315869-
CMYK00.030.580.36
HSL56.81º40.52%45.49%-
HSV(B)56.81º57.67%63.92%-
XYZ28.4132.6710.44-
YUV149.3582.66137.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 69 (27.34% from 255) = 17.69%
R=41.79%
G=40.51%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631586900.030.580.3656.8140.5245.49
HexA39E45033A2439292d
Octal243236105037244715155
Binary10100011100111101000101011111010100100111001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39E45; }

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

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

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

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

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

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

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

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