#A56D5C

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

Shades of Toast #A56D5C

Tints of Toast #A56D5C

Color information

#A56D5C (or 0xA56D5C) is unknown color: approx Toast. HEX triplet: A5, 6D and 5C. RGB value is (165,109,92). Sum of RGB (Red+Green+Blue) = 165+109+92=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 92 (36.33% from 255 or 25.14% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A56D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56D5C is #5A92A3. Grayscale: #7B7B7B. Windows color (decimal): -5935780 or 6057381. OLE color: 6057381.

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

Color convert

RGB16510992-
CMYK00.340.440.35
HSL13.97º28.85%50.39%-
HSV(B)13.97º44.24%64.71%-
XYZ22.9219.7112.72-
YUV123.81110.05157.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 109 (42.97% from 255) = 29.78%
BLUE value IS 92 (36.33% from 255) = 25.14%
R=45.08%
G=29.78%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651099200.340.440.3513.9728.8550.39
HexA56D5C0222C23e1d32
Octal2451551340425443163562
Binary10100101110110110111000100010101100100011111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56D5C; }

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

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

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

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

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

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

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

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