#A56D2B

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

Shades of Hot Toddy #A56D2B

Tints of Hot Toddy #A56D2B

Color information

#A56D2B (or 0xA56D2B) is unknown color: approx Hot Toddy. HEX triplet: A5, 6D and 2B. RGB value is (165,109,43). Sum of RGB (Red+Green+Blue) = 165+109+43=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56D2B is #5A92D4. Grayscale: #767676. Windows color (decimal): -5935829 or 2846117. OLE color: 2846117.

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

Color convert

RGB16510943-
CMYK00.340.740.35
HSL32.46º58.65%40.78%-
HSV(B)32.46º73.94%64.71%-
XYZ21.4219.114.85-
YUV118.2285.55161.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 43 (17.19% from 255) = 13.56%
R=52.05%
G=34.38%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651094300.340.740.3532.4658.6540.78
HexA56D2B0224A23203b29
Octal2451555304211243407351
Binary10100101110110110101101000101001010100011100000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D2B; }

 p { color: rgb(165,109,43); }

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

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

 a { background-color: rgb(165,109,43); }

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

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

 span { border-color: rgb(165,109,43); }

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