Html Css Color HEX #A0772C Hot Toddy

📋 copy color: '#A0772C'

red 160 ◦ green 119 ◦ blue 44

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

Shades of Hot Toddy #A0772C

Tints of Hot Toddy #A0772C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.84%

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

R = 49.54%
G = 36.84%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0772C (or 0xA0772C) is known color: Hot Toddy. HEX triplet: A0, 77 and 2C. RGB value is (160,119,44). Sum of RGB (Red+Green+Blue) = 160+119+44=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0772C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0772C is #5F88D3. Grayscale: #7B7B7B. Windows color (decimal): -6260948 or 2914208. OLE color: 2914208.

HSL color Cylindrical-coordinate representation of color #A0772C: hue angle of 38.79º 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 #A0772C is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 44 -
CMYK 0 0.26 0.72 0.37
HSL 38.79º 0.57% 0.4% -
HSV(B) 38.79º 0.73% 0.63% -
XYZ 21.55 20.85 5.27 -
YUV 122.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 160 119 44 0 0.26 0.72 0.37 38.79 0.57 0.4
Hex A0 77 2C 0 1A 48 25 27 39 28
Octal 240 167 54 0 32 110 45 47 71 50
Binary 10100000 1110111 101100 0 11010 1001000 100101 100111 111001 101000

Color Harmonies of #A0772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0772C

Black with #A0772C

Text Example


Text Example

White with #A0772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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