#A8722A

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

Shades of Hot Toddy #A8722A

Tints of Hot Toddy #A8722A

Color information

#A8722A (or 0xA8722A) is unknown color: approx Hot Toddy. HEX triplet: A8, 72 and 2A. RGB value is (168,114,42). Sum of RGB (Red+Green+Blue) = 168+114+42=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8722A is #578DD5. Grayscale: #7A7A7A. Windows color (decimal): -5737942 or 2781864. OLE color: 2781864.

HSL color Cylindrical-coordinate representation of color #A8722A: hue angle of 34.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8722A is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16811442-
CMYK00.320.750.34
HSL34.29º60%41.18%-
HSV(B)34.29º75%65.88%-
XYZ22.5820.534.96-
YUV121.9482.89160.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.85%
GREEN value IS 114 (44.92% from 255) = 35.19%
BLUE value IS 42 (16.80% from 255) = 12.96%
R=51.85%
G=35.19%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681144200.320.750.3434.296041.18
HexA8722A0204B22223c29
Octal2501625204011342427451
Binary10101000111001010101001000001001011100010100010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8722A; }

 p { color: rgb(168,114,42); }

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

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

 a { background-color: rgb(168,114,42); }

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

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

 span { border-color: rgb(168,114,42); }

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