Html Css Color HEX #A0782B Hot Toddy

📋 copy color: '#A0782B'

red 160 ◦ green 120 ◦ blue 43

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

Shades of Hot Toddy #A0782B

Tints of Hot Toddy #A0782B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 49.54%
G = 37.15%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0782B (or 0xA0782B) is known color: Hot Toddy. HEX triplet: A0, 78 and 2B. RGB value is (160,120,43). Sum of RGB (Red+Green+Blue) = 160+120+43=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0782B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0782B is #5F87D4. Grayscale: #7B7B7B. Windows color (decimal): -6260693 or 2848928. OLE color: 2848928.

HSL color Cylindrical-coordinate representation of color #A0782B: hue angle of 39.49º degrees, saturation: 0.58, 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 #A0782B is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 43 -
CMYK 0 0.25 0.73 0.37
HSL 39.49º 0.58% 0.4% -
HSV(B) 39.49º 0.73% 0.63% -
XYZ 21.65 21.08 5.21 -
YUV 123.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 160 120 43 0 0.25 0.73 0.37 39.49 0.58 0.4
Hex A0 78 2B 0 19 49 25 27 3A 28
Octal 240 170 53 0 31 111 45 47 72 50
Binary 10100000 1111000 101011 0 11001 1001001 100101 100111 111010 101000

Color Harmonies of #A0782B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0782B

Black with #A0782B

Text Example


Text Example

White with #A0782B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0782B; }

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

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

background-color css

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

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

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

border-color css

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

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

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