#A66E0E

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

Shades of Golden Brown #A66E0E

Tints of Golden Brown #A66E0E

Color information

#A66E0E (or 0xA66E0E) is unknown color: approx Golden Brown. HEX triplet: A6, 6E and 0E. RGB value is (166,110,14). Sum of RGB (Red+Green+Blue) = 166+110+14=290 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.24% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66E0E is #5991F1. Grayscale: #747474. Windows color (decimal): -5870066 or 945830. OLE color: 945830.

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

Color convert

RGB16611014-
CMYK00.340.920.35
HSL37.89º84.44%35.29%-
HSV(B)37.89º91.57%65.1%-
XYZ21.3819.293.01-
YUV115.870.55163.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.24%
GREEN value IS 110 (43.36% from 255) = 37.93%
BLUE value IS 14 (5.86% from 255) = 4.83%
R=57.24%
G=37.93%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661101400.340.920.3537.8984.4435.29
HexA66EE0225C23265423
Octal24615616042134434612443
Binary1010011011011101110010001010111001000111001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E0E; }

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

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

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

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

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

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

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

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