Html Css Color HEX #A66E0E Golden Brown

📋 copy color: '#A66E0E'

red 166 ◦ green 110 ◦ blue 14

#A66E0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A66E0E

Tints of Golden Brown #A66E0E

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 value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A66E0E (or 0xA66E0E) is known color: 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

RGB 166 110 14 -
CMYK 0 0.34 0.92 0.35
HSL 37.89º 0.84% 0.35% -
HSV(B) 37.89º 0.92% 0.65% -
XYZ 21.38 19.29 3.01 -
YUV 115.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 166 110 14 0 0.34 0.92 0.35 37.89 0.84 0.35
Hex A6 6E E 0 22 5C 23 26 54 23
Octal 246 156 16 0 42 134 43 46 124 43
Binary 10100110 1101110 1110 0 100010 1011100 100011 100110 1010100 100011

Color Harmonies of #A66E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66E0E

Black with #A66E0E

Text Example


Text Example

White with #A66E0E

Text Example


Text Example

HTML Codes & Css Web 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>