Html Css Color HEX #A66C0E Golden Brown

📋 copy color: '#A66C0E'

red 166 ◦ green 108 ◦ blue 14

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

Shades of Golden Brown #A66C0E

Tints of Golden Brown #A66C0E

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

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

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

RGB 166 108 14 -
CMYK 0 0.35 0.92 0.35
HSL 37.11º 0.84% 0.35% -
HSV(B) 37.11º 0.92% 0.65% -
XYZ 21.17 18.86 2.94 -
YUV 114.63 71.22 164.64 -
System Red Green Blue C M Y K H S L
Decimal 166 108 14 0 0.35 0.92 0.35 37.11 0.84 0.35
Hex A6 6C E 0 23 5C 23 25 54 23
Octal 246 154 16 0 43 134 43 45 124 43
Binary 10100110 1101100 1110 0 100011 1011100 100011 100101 1010100 100011

Color Harmonies of #A66C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C0E

Black with #A66C0E

Text Example


Text Example

White with #A66C0E

Text Example


Text Example

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