Html Css Color HEX #A6702C Hot Toddy

📋 copy color: '#A6702C'

red 166 ◦ green 112 ◦ blue 44

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

Shades of Hot Toddy #A6702C

Tints of Hot Toddy #A6702C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.66%

R = 51.55%
G = 34.78%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A6702C (or 0xA6702C) is known color: Hot Toddy. HEX triplet: A6, 70 and 2C. RGB value is (166,112,44). Sum of RGB (Red+Green+Blue) = 166+112+44=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 44 (17.58% from 255 or 13.66% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6702C is #598FD3. Grayscale: #787878. Windows color (decimal): -5869524 or 2912422. OLE color: 2912422.

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

Color convert

RGB 166 112 44 -
CMYK 0 0.33 0.73 0.35
HSL 33.44º 0.58% 0.41% -
HSV(B) 33.44º 0.73% 0.65% -
XYZ 21.97 19.88 5.06 -
YUV 120.39 84.89 160.53 -
System Red Green Blue C M Y K H S L
Decimal 166 112 44 0 0.33 0.73 0.35 33.44 0.58 0.41
Hex A6 70 2C 0 21 49 23 21 3A 29
Octal 246 160 54 0 41 111 43 41 72 51
Binary 10100110 1110000 101100 0 100001 1001001 100011 100001 111010 101001

Color Harmonies of #A6702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6702C

Black with #A6702C

Text Example


Text Example

White with #A6702C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6702C; }

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

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

background-color css

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

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

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

border-color css

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

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

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