#A39D43

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

Shades of Brass #A39D43

Tints of Brass #A39D43

Color information

#A39D43 (or 0xA39D43) is unknown color: approx Brass. HEX triplet: A3, 9D and 43. RGB value is (163,157,67). Sum of RGB (Red+Green+Blue) = 163+157+67=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 157 (61.72% from 255 or 40.57% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A39D43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39D43 is #5C62BC. Grayscale: #949494. Windows color (decimal): -6054589 or 4431267. OLE color: 4431267.

HSL color Cylindrical-coordinate representation of color #A39D43: hue angle of 56.25º 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 #A39D43 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB16315767-
CMYK00.040.590.36
HSL56.25º41.74%45.1%-
HSV(B)56.25º58.9%63.92%-
XYZ28.1732.3110.06-
YUV148.5381.99138.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 157 (61.72% from 255) = 40.57%
BLUE value IS 67 (26.56% from 255) = 17.31%
R=42.12%
G=40.57%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631576700.040.590.3656.2541.7445.1
HexA39D43043B24382a2d
Octal243235103047344705255
Binary101000111001110110000110100111011100100111000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39D43; }

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

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

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

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

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

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

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

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