#A5722B

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

Shades of Hot Toddy #A5722B

Tints of Hot Toddy #A5722B

Color information

#A5722B (or 0xA5722B) is unknown color: approx Hot Toddy. HEX triplet: A5, 72 and 2B. RGB value is (165,114,43). Sum of RGB (Red+Green+Blue) = 165+114+43=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A5722B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5722B is #5A8DD4. Grayscale: #797979. Windows color (decimal): -5934549 or 2847397. OLE color: 2847397.

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

Color convert

RGB16511443-
CMYK00.310.740.35
HSL34.92º58.65%40.78%-
HSV(B)34.92º73.94%64.71%-
XYZ21.9720.215.03-
YUV121.1583.9159.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.24%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=51.24%
G=35.40%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651144300.310.740.3534.9258.6540.78
HexA5722B01F4A23233b29
Octal2451625303711243437351
Binary1010010111100101010110111111001010100011100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5722B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5722B; }

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

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

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

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

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

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

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

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