#A66C0E

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

Shades of Golden Brown #A66C0E

Tints of Golden Brown #A66C0E

Color information

#A66C0E (or 0xA66C0E) is unknown color: approx Golden Brown. HEX triplet: A6, 6C and 0E. RGB value is (166,108,14). Sum of RGB (Red+Green+Blue) = 166+108+14=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A66C0E is #5993F1. Grayscale: #737373. Windows color (decimal): -5870578 or 945318. OLE color: 945318.

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

Color convert

RGB16610814-
CMYK00.350.920.35
HSL37.11º84.44%35.29%-
HSV(B)37.11º91.57%65.1%-
XYZ21.1718.862.94-
YUV114.6371.22164.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 108 (42.58% from 255) = 37.5%
BLUE value IS 14 (5.86% from 255) = 4.86%
R=57.64%
G=37.5%
B=4.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661081400.350.920.3537.1184.4435.29
HexA66CE0235C23255423
Octal24615416043134434512443
Binary1010011011011001110010001110111001000111001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C0E; }

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

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

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

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

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

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

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

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