Html Css Color HEX #A66A26 Hot Toddy

📋 copy color: '#A66A26'

red 166 ◦ green 106 ◦ blue 38

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

Shades of Hot Toddy #A66A26

Tints of Hot Toddy #A66A26

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.19%

 BLUE value IS 38 (15.23% from 255) = 12.26%

R = 53.55%
G = 34.19%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A66A26 (or 0xA66A26) is known color: Hot Toddy. HEX triplet: A6, 6A and 26. RGB value is (166,106,38). Sum of RGB (Red+Green+Blue) = 166+106+38=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A66A26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66A26 is #5995D9. Grayscale: #747474. Windows color (decimal): -5871066 or 2517670. OLE color: 2517670.

HSL color Cylindrical-coordinate representation of color #A66A26: hue angle of 31.88º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A66A26 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 106 38 -
CMYK 0 0.36 0.77 0.35
HSL 31.88º 0.63% 0.4% -
HSV(B) 31.88º 0.77% 0.65% -
XYZ 21.23 18.56 4.3 -
YUV 116.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 166 106 38 0 0.36 0.77 0.35 31.88 0.63 0.4
Hex A6 6A 26 0 24 4D 23 20 3F 28
Octal 246 152 46 0 44 115 43 40 77 50
Binary 10100110 1101010 100110 0 100100 1001101 100011 100000 111111 101000

Color Harmonies of #A66A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66A26

Black with #A66A26

Text Example


Text Example

White with #A66A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66A26; }

 p { color: rgb(166,106,38); }

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

background-color css

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

 a { background-color: rgb(166,106,38); }

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

border-color css

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

 span { border-color: rgb(166,106,38); }

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