Html Css Color HEX #A0782C Hot Toddy

📋 copy color: '#A0782C'

red 160 ◦ green 120 ◦ blue 44

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

Shades of Hot Toddy #A0782C

Tints of Hot Toddy #A0782C

RGB

 RED value IS 160 (62.89% from 255) = 49.38%

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

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

R = 49.38%
G = 37.04%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0782C (or 0xA0782C) is known color: Hot Toddy. HEX triplet: A0, 78 and 2C. RGB value is (160,120,44). Sum of RGB (Red+Green+Blue) = 160+120+44=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0782C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0782C is #5F87D3. Grayscale: #7B7B7B. Windows color (decimal): -6260692 or 2914464. OLE color: 2914464.

HSL color Cylindrical-coordinate representation of color #A0782C: hue angle of 39.31º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0782C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 44 -
CMYK 0 0.25 0.72 0.37
HSL 39.31º 0.57% 0.4% -
HSV(B) 39.31º 0.73% 0.63% -
XYZ 21.67 21.09 5.31 -
YUV 123.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 160 120 44 0 0.25 0.72 0.37 39.31 0.57 0.4
Hex A0 78 2C 0 19 48 25 27 39 28
Octal 240 170 54 0 31 110 45 47 71 50
Binary 10100000 1111000 101100 0 11001 1001000 100101 100111 111001 101000

Color Harmonies of #A0782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0782C

Black with #A0782C

Text Example


Text Example

White with #A0782C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0782C; }

 p { color: rgb(160,120,44); }

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

background-color css

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

 a { background-color: rgb(160,120,44); }

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

border-color css

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

 span { border-color: rgb(160,120,44); }

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