#A0792B

Color #A0792B Hot Toddy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Toddy #A0792B

Tints of Hot Toddy #A0792B

Color information

#A0792B (or 0xA0792B) is unknown color: approx 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

RGB16012143-
CMYK00.240.730.37
HSL40º57.64%39.8%-
HSV(B)40º73.12%62.75%-
XYZ21.7721.325.25-
YUV123.7782.42153.84-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601214300.240.730.374057.6439.8
HexA0792B0184925283a28
Octal2401715303011145507250
Binary1010000011110011010110110001001001100101101000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>