Html Css Color HEX #A66F31 Hot Toddy

📋 copy color: '#A66F31'

red 166 ◦ green 111 ◦ blue 49

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

Shades of Hot Toddy #A66F31

Tints of Hot Toddy #A66F31

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 50.92%
G = 34.05%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A66F31 (or 0xA66F31) is known color: Hot Toddy. HEX triplet: A6, 6F and 31. RGB value is (166,111,49). Sum of RGB (Red+Green+Blue) = 166+111+49=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F31 is #5990CE. Grayscale: #787878. Windows color (decimal): -5869775 or 3239846. OLE color: 3239846.

HSL color Cylindrical-coordinate representation of color #A66F31: hue angle of 31.79º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A66F31 is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 111 49 -
CMYK 0 0.33 0.70 0.35
HSL 31.79º 0.54% 0.42% -
HSV(B) 31.79º 0.7% 0.65% -
XYZ 21.96 19.7 5.55 -
YUV 120.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 166 111 49 0 0.33 0.70 0.35 31.79 0.54 0.42
Hex A6 6F 31 0 21 46 23 20 36 2A
Octal 246 157 61 0 41 106 43 40 66 52
Binary 10100110 1101111 110001 0 100001 1000110 100011 100000 110110 101010

Color Harmonies of #A66F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F31

Black with #A66F31

Text Example


Text Example

White with #A66F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F31; }

 p { color: rgb(166,111,49); }

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

background-color css

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

 a { background-color: rgb(166,111,49); }

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

border-color css

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

 span { border-color: rgb(166,111,49); }

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