#A66D0E

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

Shades of Golden Brown #A66D0E

Tints of Golden Brown #A66D0E

Color information

#A66D0E (or 0xA66D0E) is unknown color: approx Golden Brown. HEX triplet: A6, 6D and 0E. RGB value is (166,109,14). Sum of RGB (Red+Green+Blue) = 166+109+14=289 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.44% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66D0E is #5992F1. Grayscale: #737373. Windows color (decimal): -5870322 or 945574. OLE color: 945574.

HSL color Cylindrical-coordinate representation of color #A66D0E: hue angle of 37.5º 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 #A66D0E is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB16610914-
CMYK00.340.920.35
HSL37.5º84.44%35.29%-
HSV(B)37.5º91.57%65.1%-
XYZ21.2719.082.98-
YUV115.2170.88164.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.44%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 14 (5.86% from 255) = 4.84%
R=57.44%
G=37.72%
B=4.84%

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
Decimal1661091400.340.920.3537.584.4435.29
HexA66DE0225C23265423
Octal24615516042134434612443
Binary1010011011011011110010001010111001000111001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D0E; }

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

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

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

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

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

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

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

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