Html Css Color HEX #A66D1F Hot Toddy

📋 copy color: '#A66D1F'

red 166 ◦ green 109 ◦ blue 31

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

Shades of Hot Toddy #A66D1F

Tints of Hot Toddy #A66D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.13%

R = 54.25%
G = 35.62%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A66D1F (or 0xA66D1F) is known color: Hot Toddy. HEX triplet: A6, 6D and 1F. RGB value is (166,109,31). Sum of RGB (Red+Green+Blue) = 166+109+31=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 31 (12.5% from 255 or 10.13% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D1F is #5992E0. Grayscale: #757575. Windows color (decimal): -5870305 or 2059686. OLE color: 2059686.

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

Color convert

RGB 166 109 31 -
CMYK 0 0.34 0.81 0.35
HSL 34.67º 0.69% 0.39% -
HSV(B) 34.67º 0.81% 0.65% -
XYZ 21.44 19.14 3.86 -
YUV 117.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 166 109 31 0 0.34 0.81 0.35 34.67 0.69 0.39
Hex A6 6D 1F 0 22 51 23 23 45 27
Octal 246 155 37 0 42 121 43 43 105 47
Binary 10100110 1101101 11111 0 100010 1010001 100011 100011 1000101 100111

Color Harmonies of #A66D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66D1F

Black with #A66D1F

Text Example


Text Example

White with #A66D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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