#A5721E

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

Shades of Hot Toddy #A5721E

Tints of Hot Toddy #A5721E

Color information

#A5721E (or 0xA5721E) is unknown color: approx Hot Toddy. HEX triplet: A5, 72 and 1E. RGB value is (165,114,30). Sum of RGB (Red+Green+Blue) = 165+114+30=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 114 (44.92% from 255 or 36.89% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5721E is #5A8DE1. Grayscale: #787878. Windows color (decimal): -5934562 or 1995429. OLE color: 1995429.

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

Color convert

RGB16511430-
CMYK00.310.820.35
HSL37.33º69.23%38.24%-
HSV(B)37.33º81.82%64.71%-
XYZ21.7720.133.97-
YUV119.6777.4160.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 114 (44.92% from 255) = 36.89%
BLUE value IS 30 (12.11% from 255) = 9.71%
R=53.40%
G=36.89%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651143000.310.820.3537.3369.2338.24
HexA5721E01F5223254526
Octal24516236037122434510546
Binary1010010111100101111001111110100101000111001011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5721E; }

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

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

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

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

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

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

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

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