#A56F27

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

Shades of Hot Toddy #A56F27

Tints of Hot Toddy #A56F27

Color information

#A56F27 (or 0xA56F27) is unknown color: approx Hot Toddy. HEX triplet: A5, 6F and 27. RGB value is (165,111,39). Sum of RGB (Red+Green+Blue) = 165+111+39=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F27 is #5A90D8. Grayscale: #777777. Windows color (decimal): -5935321 or 2584485. OLE color: 2584485.

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

Color convert

RGB16511139-
CMYK00.330.760.35
HSL34.29º61.76%40%-
HSV(B)34.29º76.36%64.71%-
XYZ21.5719.514.55-
YUV118.9482.89160.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 39 (15.62% from 255) = 12.38%
R=52.38%
G=35.24%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651113900.330.760.3534.2961.7640
HexA56F270214C23223e28
Octal2451574704111443427650
Binary10100101110111110011101000011001100100011100010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F27; }

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

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

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

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

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

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

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

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