#A39C3B

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

Shades of Brass #A39C3B

Tints of Brass #A39C3B

Color information

#A39C3B (or 0xA39C3B) is unknown color: approx Brass. HEX triplet: A3, 9C and 3B. RGB value is (163,156,59). Sum of RGB (Red+Green+Blue) = 163+156+59=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A39C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39C3B is #5C63C4. Grayscale: #939393. Windows color (decimal): -6054853 or 3906723. OLE color: 3906723.

HSL color Cylindrical-coordinate representation of color #A39C3B: hue angle of 55.96º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A39C3B is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16315659-
CMYK00.040.640.36
HSL55.96º46.85%43.53%-
HSV(B)55.96º63.8%63.92%-
XYZ27.7831.888.83-
YUV147.0378.32139.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 156 (61.33% from 255) = 41.27%
BLUE value IS 59 (23.44% from 255) = 15.61%
R=43.12%
G=41.27%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631565900.040.640.3655.9646.8543.53
HexA39C3B044024382f2c
Octal243234730410044705754
Binary101000111001110011101101001000000100100111000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39C3B; }

 p { color: rgb(163,156,59); }

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

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

 a { background-color: rgb(163,156,59); }

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

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

 span { border-color: rgb(163,156,59); }

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