#A39B42

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

Shades of Brass #A39B42

Tints of Brass #A39B42

Color information

#A39B42 (or 0xA39B42) is unknown color: approx Brass. HEX triplet: A3, 9B and 42. RGB value is (163,155,66). Sum of RGB (Red+Green+Blue) = 163+155+66=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 163 - color contains mainly: red. Hex color #A39B42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39B42 is #5C64BD. Grayscale: #939393. Windows color (decimal): -6055102 or 4365219. OLE color: 4365219.

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

Color convert

RGB16315566-
CMYK00.050.600.36
HSL55.05º42.36%44.9%-
HSV(B)55.05º59.51%63.92%-
XYZ27.8131.629.79-
YUV147.2582.15139.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.45%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 66 (26.17% from 255) = 17.19%
R=42.45%
G=40.36%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631556600.050.600.3655.0542.3644.9
HexA39B42053C24372a2d
Octal243233102057444675255
Binary101000111001101110000100101111100100100110111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39B42; }

 p { color: rgb(163,155,66); }

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

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

 a { background-color: rgb(163,155,66); }

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

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

 span { border-color: rgb(163,155,66); }

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