Html Css Color HEX #A6782A Hot Toddy

📋 copy color: '#A6782A'

red 166 ◦ green 120 ◦ blue 42

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

Shades of Hot Toddy #A6782A

Tints of Hot Toddy #A6782A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.59%

 BLUE value IS 42 (16.8% from 255) = 12.8%

R = 50.61%
G = 36.59%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6782A (or 0xA6782A) is known color: Hot Toddy. HEX triplet: A6, 78 and 2A. RGB value is (166,120,42). Sum of RGB (Red+Green+Blue) = 166+120+42=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6782A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6782A is #5987D5. Grayscale: #7D7D7D. Windows color (decimal): -5867478 or 2783398. OLE color: 2783398.

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

Color convert

RGB 166 120 42 -
CMYK 0 0.28 0.75 0.35
HSL 37.74º 0.6% 0.41% -
HSV(B) 37.74º 0.75% 0.65% -
XYZ 22.86 21.71 5.18 -
YUV 124.86 81.24 157.34 -
System Red Green Blue C M Y K H S L
Decimal 166 120 42 0 0.28 0.75 0.35 37.74 0.6 0.41
Hex A6 78 2A 0 1C 4B 23 26 3C 29
Octal 246 170 52 0 34 113 43 46 74 51
Binary 10100110 1111000 101010 0 11100 1001011 100011 100110 111100 101001

Color Harmonies of #A6782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6782A

Black with #A6782A

Text Example


Text Example

White with #A6782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6782A; }

 p { color: rgb(166,120,42); }

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

background-color css

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

 a { background-color: rgb(166,120,42); }

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

border-color css

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

 span { border-color: rgb(166,120,42); }

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