#A66216

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

Shades of Golden Brown #A66216

Tints of Golden Brown #A66216

Color information

#A66216 (or 0xA66216) is unknown color: approx Golden Brown. HEX triplet: A6, 62 and 16. RGB value is (166,98,22). Sum of RGB (Red+Green+Blue) = 166+98+22=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A66216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66216 is #599DE9. Grayscale: #6E6E6E. Windows color (decimal): -5873130 or 1467046. OLE color: 1467046.

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

Color convert

RGB1669822-
CMYK00.410.870.35
HSL31.67º76.6%36.86%-
HSV(B)31.67º86.75%65.1%-
XYZ20.2416.92.95-
YUV109.6778.53168.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.04%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=58.04%
G=34.27%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166982200.410.870.3531.6776.636.86
HexA662160295723204d25
Octal24614226051127434011545
Binary10100110110001010110010100110101111000111000001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66216; }

 p { color: rgb(166,98,22); }

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

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

 a { background-color: rgb(166,98,22); }

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

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

 span { border-color: rgb(166,98,22); }

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