#A8702A

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

Shades of Hot Toddy #A8702A

Tints of Hot Toddy #A8702A

Color information

#A8702A (or 0xA8702A) is unknown color: approx Hot Toddy. HEX triplet: A8, 70 and 2A. RGB value is (168,112,42). Sum of RGB (Red+Green+Blue) = 168+112+42=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A8702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8702A is #578FD5. Grayscale: #797979. Windows color (decimal): -5738454 or 2781352. OLE color: 2781352.

HSL color Cylindrical-coordinate representation of color #A8702A: hue angle of 33.33º 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 #A8702A is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB16811242-
CMYK00.330.750.34
HSL33.33º60%41.18%-
HSV(B)33.33º75%65.88%-
XYZ22.3620.084.89-
YUV120.7683.55161.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.17%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 42 (16.80% from 255) = 13.04%
R=52.17%
G=34.78%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681124200.330.750.3433.336041.18
HexA8702A0214B22213c29
Octal2501605204111342417451
Binary10101000111000010101001000011001011100010100001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8702A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8702A; }

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

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

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

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

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

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

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

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