Html Css Color HEX #A6701C Hot Toddy

📋 copy color: '#A6701C'

red 166 ◦ green 112 ◦ blue 28

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

Shades of Hot Toddy #A6701C

Tints of Hot Toddy #A6701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.6%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 54.25%
G = 36.6%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A6701C (or 0xA6701C) is known color: Hot Toddy. HEX triplet: A6, 70 and 1C. RGB value is (166,112,28). Sum of RGB (Red+Green+Blue) = 166+112+28=306 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.25% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 166 - color contains mainly: red. Hex color #A6701C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6701C is #598FE3. Grayscale: #767676. Windows color (decimal): -5869540 or 1863846. OLE color: 1863846.

HSL color Cylindrical-coordinate representation of color #A6701C: hue angle of 36.52º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6701C is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 112 28 -
CMYK 0 0.33 0.83 0.35
HSL 36.52º 0.71% 0.38% -
HSV(B) 36.52º 0.83% 0.65% -
XYZ 21.73 19.78 3.77 -
YUV 118.57 76.89 161.83 -
System Red Green Blue C M Y K H S L
Decimal 166 112 28 0 0.33 0.83 0.35 36.52 0.71 0.38
Hex A6 70 1C 0 21 53 23 25 47 26
Octal 246 160 34 0 41 123 43 45 107 46
Binary 10100110 1110000 11100 0 100001 1010011 100011 100101 1000111 100110

Color Harmonies of #A6701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6701C

Black with #A6701C

Text Example


Text Example

White with #A6701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6701C; }

 p { color: rgb(166,112,28); }

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

background-color css

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

 a { background-color: rgb(166,112,28); }

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

border-color css

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

 span { border-color: rgb(166,112,28); }

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