#A4721E

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

Shades of Hot Toddy #A4721E

Tints of Hot Toddy #A4721E

Color information

#A4721E (or 0xA4721E) is unknown color: approx Hot Toddy. HEX triplet: A4, 72 and 1E. RGB value is (164,114,30). Sum of RGB (Red+Green+Blue) = 164+114+30=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4721E is #5B8DE1. Grayscale: #777777. Windows color (decimal): -6000098 or 1995428. OLE color: 1995428.

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

Color convert

RGB16411430-
CMYK00.300.820.36
HSL37.61º69.07%38.04%-
HSV(B)37.61º81.71%64.31%-
XYZ21.5620.023.96-
YUV119.3777.56159.83-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 114 (44.92% from 255) = 37.01%
BLUE value IS 30 (12.11% from 255) = 9.74%
R=53.25%
G=37.01%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641143000.300.820.3637.6169.0738.04
HexA4721E01E5224264526
Octal24416236036122444610546
Binary1010010011100101111001111010100101001001001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4721E; }

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

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

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

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

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

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

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

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