#A5722D

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

Shades of Hot Toddy #A5722D

Tints of Hot Toddy #A5722D

Color information

#A5722D (or 0xA5722D) is unknown color: approx Hot Toddy. HEX triplet: A5, 72 and 2D. RGB value is (165,114,45). Sum of RGB (Red+Green+Blue) = 165+114+45=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A5722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5722D is #5A8DD2. Grayscale: #797979. Windows color (decimal): -5934547 or 2978469. OLE color: 2978469.

HSL color Cylindrical-coordinate representation of color #A5722D: hue angle of 34.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A5722D is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB16511445-
CMYK00.310.730.35
HSL34.5º57.14%41.18%-
HSV(B)34.5º72.73%64.71%-
XYZ22.0120.225.23-
YUV121.3884.9159.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.93%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 45 (17.97% from 255) = 13.89%
R=50.93%
G=35.19%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651144500.310.730.3534.557.1441.18
HexA5722D01F4923223929
Octal2451625503711143427151
Binary1010010111100101011010111111001001100011100010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5722D; }

 p { color: rgb(165,114,45); }

 H1.HeaderClassName
 {
   color: #A5722D;
 }
 .AnyTagClassName
 {
   color: #A5722D;
 }
</style>
background-color css

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

 a { background-color: rgb(165,114,45); }

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

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

 span { border-color: rgb(165,114,45); }

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