#A66E13

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

Shades of Golden Brown #A66E13

Tints of Golden Brown #A66E13

Color information

#A66E13 (or 0xA66E13) is unknown color: approx Golden Brown. HEX triplet: A6, 6E and 13. RGB value is (166,110,19). Sum of RGB (Red+Green+Blue) = 166+110+19=295 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.27% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66E13 is #5991EC. Grayscale: #747474. Windows color (decimal): -5870061 or 1273510. OLE color: 1273510.

HSL color Cylindrical-coordinate representation of color #A66E13: hue angle of 37.14º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A66E13 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB16611019-
CMYK00.340.890.35
HSL37.14º79.46%36.27%-
HSV(B)37.14º88.55%65.1%-
XYZ21.4219.313.21-
YUV116.3773.05163.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 56.27%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 19 (7.81% from 255) = 6.44%
R=56.27%
G=37.29%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661101900.340.890.3537.1479.4636.27
HexA66E130225923254f24
Octal24615623042131434511744
Binary10100110110111010011010001010110011000111001011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E13; }

 p { color: rgb(166,110,19); }

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

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

 a { background-color: rgb(166,110,19); }

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

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

 span { border-color: rgb(166,110,19); }

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