#A16621

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

Shades of Golden Brown #A16621

Tints of Golden Brown #A16621

Color information

#A16621 (or 0xA16621) is unknown color: approx Golden Brown. HEX triplet: A1, 66 and 21. RGB value is (161,102,33). Sum of RGB (Red+Green+Blue) = 161+102+33=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A16621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16621 is #5E99DE. Grayscale: #707070. Windows color (decimal): -6199775 or 2188961. OLE color: 2188961.

HSL color Cylindrical-coordinate representation of color #A16621: hue angle of 32.34º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A16621 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB16110233-
CMYK00.370.800.37
HSL32.34º65.98%38.04%-
HSV(B)32.34º79.5%63.14%-
XYZ19.7217.193.72-
YUV111.7883.55163.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 102 (40.23% from 255) = 34.46%
BLUE value IS 33 (13.28% from 255) = 11.15%
R=54.39%
G=34.46%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611023300.370.800.3732.3465.9838.04
HexA166210255025204226
Octal24114641045120454010246
Binary101000011100110100001010010110100001001011000001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16621; }

 p { color: rgb(161,102,33); }

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

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

 a { background-color: rgb(161,102,33); }

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

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

 span { border-color: rgb(161,102,33); }

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