#A46815

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

Shades of Golden Brown #A46815

Tints of Golden Brown #A46815

Color information

#A46815 (or 0xA46815) is unknown color: approx Golden Brown. HEX triplet: A4, 68 and 15. RGB value is (164,104,21). Sum of RGB (Red+Green+Blue) = 164+104+21=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A46815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46815 is #5B97EA. Grayscale: #707070. Windows color (decimal): -6002667 or 1403044. OLE color: 1403044.

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

Color convert

RGB16410421-
CMYK00.370.870.36
HSL34.83º77.3%36.27%-
HSV(B)34.83º87.2%64.31%-
XYZ20.417.853.08-
YUV112.4876.38164.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.75%
GREEN value IS 104 (41.02% from 255) = 35.99%
BLUE value IS 21 (8.59% from 255) = 7.27%
R=56.75%
G=35.99%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641042100.370.870.3634.8377.336.27
HexA468150255724234d24
Octal24415025045127444311544
Binary10100100110100010101010010110101111001001000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46815; }

 p { color: rgb(164,104,21); }

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

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

 a { background-color: rgb(164,104,21); }

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

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

 span { border-color: rgb(164,104,21); }

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