Html Css Color HEX #A66D29 Hot Toddy

📋 copy color: '#A66D29'

red 166 ◦ green 109 ◦ blue 41

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

Shades of Hot Toddy #A66D29

Tints of Hot Toddy #A66D29

RGB

 RED value IS 166 (65.23% from 255) = 52.53%

 GREEN value IS 109 (42.97% from 255) = 34.49%

 BLUE value IS 41 (16.41% from 255) = 12.97%

R = 52.53%
G = 34.49%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A66D29 (or 0xA66D29) is known color: Hot Toddy. HEX triplet: A6, 6D and 29. RGB value is (166,109,41). Sum of RGB (Red+Green+Blue) = 166+109+41=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D29 is #5992D6. Grayscale: #767676. Windows color (decimal): -5870295 or 2715046. OLE color: 2715046.

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

Color convert

RGB 166 109 41 -
CMYK 0 0.34 0.75 0.35
HSL 32.64º 0.6% 0.41% -
HSV(B) 32.64º 0.75% 0.65% -
XYZ 21.59 19.2 4.67 -
YUV 118.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 166 109 41 0 0.34 0.75 0.35 32.64 0.6 0.41
Hex A6 6D 29 0 22 4B 23 21 3C 29
Octal 246 155 51 0 42 113 43 41 74 51
Binary 10100110 1101101 101001 0 100010 1001011 100011 100001 111100 101001

Color Harmonies of #A66D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D29

Black with #A66D29

Text Example


Text Example

White with #A66D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D29; }

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

 H1.HeaderClassName
 {
   color: #A66D29;
 }
 .AnyTagClassName
 {
   color: #A66D29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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