#a8812d

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

Shades of Hot Toddy #A8812D

Tints of Hot Toddy #A8812D

Color information

#A8812D (or 0xA8812D) is unknown color: approx Hot Toddy. HEX triplet: A8, 81 and 2D. RGB value is (168,129,45). Sum of RGB (Red+Green+Blue) = 168+129+45=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A8812D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8812D is #577ED2. Grayscale: #838383. Windows color (decimal): -5734099 or 2982312. OLE color: 2982312.

HSL color Cylindrical-coordinate representation of color #A8812D: hue angle of 40.98º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8812D is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB16812945-
CMYK00.230.730.34
HSL40.98º57.75%41.76%-
HSV(B)40.98º73.21%65.88%-
XYZ24.4724.215.87-
YUV131.0879.42154.33-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 45 (17.97% from 255) = 13.16%
R=49.12%
G=37.72%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.73
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681294500.230.730.3440.9857.7541.76
HexA8812D0174922293a2a
Octal2502015502711142517252
Binary10101000100000011011010101111001001100010101001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8812d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8812d; }

 p { color: rgb(168,129,45); }

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

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

 a { background-color: rgb(168,129,45); }

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

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

 span { border-color: rgb(168,129,45); }

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