#A56F1F

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

Shades of Hot Toddy #A56F1F

Tints of Hot Toddy #A56F1F

Color information

#A56F1F (or 0xA56F1F) is unknown color: approx Hot Toddy. HEX triplet: A5, 6F and 1F. RGB value is (165,111,31). Sum of RGB (Red+Green+Blue) = 165+111+31=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F1F is #5A90E0. Grayscale: #767676. Windows color (decimal): -5935329 or 2060197. OLE color: 2060197.

HSL color Cylindrical-coordinate representation of color #A56F1F: hue angle of 35.82º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A56F1F is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB16511131-
CMYK00.330.810.35
HSL35.82º68.37%38.43%-
HSV(B)35.82º81.21%64.71%-
XYZ21.4519.473.92-
YUV118.0378.89161.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.75%
GREEN value IS 111 (43.75% from 255) = 36.16%
BLUE value IS 31 (12.5% from 255) = 10.10%
R=53.75%
G=36.16%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651113100.330.810.3535.8268.3738.43
HexA56F1F0215123244426
Octal24515737041121434410446
Binary10100101110111111111010000110100011000111001001000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F1F; }

 p { color: rgb(165,111,31); }

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

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

 a { background-color: rgb(165,111,31); }

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

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

 span { border-color: rgb(165,111,31); }

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