Html Css Color HEX #A66F26 Hot Toddy

📋 copy color: '#A66F26'

red 166 ◦ green 111 ◦ blue 38

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

Shades of Hot Toddy #A66F26

Tints of Hot Toddy #A66F26

RGB

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

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

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

R = 52.7%
G = 35.24%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A66F26 (or 0xA66F26) is known color: Hot Toddy. HEX triplet: A6, 6F and 26. RGB value is (166,111,38). Sum of RGB (Red+Green+Blue) = 166+111+38=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F26 is #5990D9. Grayscale: #777777. Windows color (decimal): -5869786 or 2518950. OLE color: 2518950.

HSL color Cylindrical-coordinate representation of color #A66F26: hue angle of 34.22º 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 #A66F26 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 111 38 -
CMYK 0 0.33 0.77 0.35
HSL 34.22º 0.63% 0.4% -
HSV(B) 34.22º 0.77% 0.65% -
XYZ 21.76 19.62 4.47 -
YUV 119.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 166 111 38 0 0.33 0.77 0.35 34.22 0.63 0.4
Hex A6 6F 26 0 21 4D 23 22 3F 28
Octal 246 157 46 0 41 115 43 42 77 50
Binary 10100110 1101111 100110 0 100001 1001101 100011 100010 111111 101000

Color Harmonies of #A66F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66F26

Black with #A66F26

Text Example


Text Example

White with #A66F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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