#A46616

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

Shades of Golden Brown #A46616

Tints of Golden Brown #A46616

Color information

#A46616 (or 0xA46616) is unknown color: approx Golden Brown. HEX triplet: A4, 66 and 16. RGB value is (164,102,22). Sum of RGB (Red+Green+Blue) = 164+102+22=288 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.94% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 164 - color contains mainly: red. Hex color #A46616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A46616 is #5B99E9. Grayscale: #6F6F6F. Windows color (decimal): -6003178 or 1468068. OLE color: 1468068.

HSL color Cylindrical-coordinate representation of color #A46616: hue angle of 33.8º degrees, saturation: 0.76, 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 #A46616 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB16410222-
CMYK00.380.870.36
HSL33.8º76.34%36.47%-
HSV(B)33.8º86.59%64.31%-
XYZ20.2117.453.06-
YUV111.4277.54165.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.94%
GREEN value IS 102 (40.23% from 255) = 35.42%
BLUE value IS 22 (8.98% from 255) = 7.64%
R=56.94%
G=35.42%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641022200.380.870.3633.876.3436.47
HexA466160265724224c24
Octal24414626046127444211444
Binary10100100110011010110010011010101111001001000101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46616; }

 p { color: rgb(164,102,22); }

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

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

 a { background-color: rgb(164,102,22); }

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

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

 span { border-color: rgb(164,102,22); }

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