Html Css Color HEX #A0792B Hot Toddy

📋 copy color: '#A0792B'

red 160 ◦ green 121 ◦ blue 43

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

Shades of Hot Toddy #A0792B

Tints of Hot Toddy #A0792B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.35%

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

R = 49.38%
G = 37.35%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0792B (or 0xA0792B) is known color: Hot Toddy. HEX triplet: A0, 79 and 2B. RGB value is (160,121,43). Sum of RGB (Red+Green+Blue) = 160+121+43=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A0792B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0792B is #5F86D4. Grayscale: #7C7C7C. Windows color (decimal): -6260437 or 2849184. OLE color: 2849184.

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

Color convert

RGB 160 121 43 -
CMYK 0 0.24 0.73 0.37
HSL 40º 0.58% 0.4% -
HSV(B) 40º 0.73% 0.63% -
XYZ 21.77 21.32 5.25 -
YUV 123.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 160 121 43 0 0.24 0.73 0.37 40 0.58 0.4
Hex A0 79 2B 0 18 49 25 28 3A 28
Octal 240 171 53 0 30 111 45 50 72 50
Binary 10100000 1111001 101011 0 11000 1001001 100101 101000 111010 101000

Color Harmonies of #A0792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0792B

Black with #A0792B

Text Example


Text Example

White with #A0792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0792B; }

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

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

background-color css

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

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

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

border-color css

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

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

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