#A56F58

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

Shades of Toast #A56F58

Tints of Toast #A56F58

Color information

#A56F58 (or 0xA56F58) is unknown color: approx Toast. HEX triplet: A5, 6F and 58. RGB value is (165,111,88). Sum of RGB (Red+Green+Blue) = 165+111+88=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A56F58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56F58 is #5A90A7. Grayscale: #7C7C7C. Windows color (decimal): -5935272 or 5795749. OLE color: 5795749.

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

Color convert

RGB16511188-
CMYK00.330.470.35
HSL17.92º30.43%49.61%-
HSV(B)17.92º46.67%64.71%-
XYZ22.9620.0711.9-
YUV124.52107.39156.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.33%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 88 (34.77% from 255) = 24.18%
R=45.33%
G=30.49%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651118800.330.470.3517.9230.4349.61
HexA56F580212F23121e32
Octal2451571300415743223662
Binary101001011101111101100001000011011111000111001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56F58; }

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

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

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

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

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

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

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

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