#A56E5C

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

Shades of Toast #A56E5C

Tints of Toast #A56E5C

Color information

#A56E5C (or 0xA56E5C) is unknown color: approx Toast. HEX triplet: A5, 6E and 5C. RGB value is (165,110,92). Sum of RGB (Red+Green+Blue) = 165+110+92=367 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.96% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56E5C is #5A91A3. Grayscale: #7C7C7C. Windows color (decimal): -5935524 or 6057637. OLE color: 6057637.

HSL color Cylindrical-coordinate representation of color #A56E5C: hue angle of 14.79º 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 #A56E5C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB16511092-
CMYK00.330.440.35
HSL14.79º28.85%50.39%-
HSV(B)14.79º44.24%64.71%-
XYZ23.0219.9212.76-
YUV124.39109.72156.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.96%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=44.96%
G=29.97%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651109200.330.440.3514.7928.8550.39
HexA56E5C0212C23f1d32
Octal2451561340415443173562
Binary10100101110111010111000100001101100100011111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E5C; }

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

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

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

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

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

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

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

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