#A56F33

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

Shades of Hot Toddy #A56F33

Tints of Hot Toddy #A56F33

Color information

#A56F33 (or 0xA56F33) is unknown color: approx Hot Toddy. HEX triplet: A5, 6F and 33. RGB value is (165,111,51). Sum of RGB (Red+Green+Blue) = 165+111+51=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56F33 is #5A90CC. Grayscale: #787878. Windows color (decimal): -5935309 or 3370917. OLE color: 3370917.

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

Color convert

RGB16511151-
CMYK00.330.690.35
HSL31.58º52.78%42.35%-
HSV(B)31.58º69.09%64.71%-
XYZ21.819.615.77-
YUV120.3188.89159.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=50.46%
G=33.94%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651115100.330.690.3531.5852.7842.35
HexA56F33021452320352a
Octal2451576304110543406552
Binary10100101110111111001101000011000101100011100000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F33; }

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

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

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

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

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

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

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

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