#A8762B

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

Shades of Hot Toddy #A8762B

Tints of Hot Toddy #A8762B

Color information

#A8762B (or 0xA8762B) is unknown color: approx Hot Toddy. HEX triplet: A8, 76 and 2B. RGB value is (168,118,43). Sum of RGB (Red+Green+Blue) = 168+118+43=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A8762B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8762B is #5789D4. Grayscale: #7C7C7C. Windows color (decimal): -5736917 or 2848424. OLE color: 2848424.

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

Color convert

RGB16811843-
CMYK00.300.740.34
HSL36º59.24%41.37%-
HSV(B)36º74.4%65.88%-
XYZ23.0621.465.21-
YUV124.482.06159.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 51.06%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=51.06%
G=35.87%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681184300.300.740.343659.2441.37
HexA8762B01E4A22243b29
Octal2501665303611242447351
Binary1010100011101101010110111101001010100010100100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8762B; }

 p { color: rgb(168,118,43); }

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

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

 a { background-color: rgb(168,118,43); }

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

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

 span { border-color: rgb(168,118,43); }

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